Uses of Class
net.ME1312.Galaxi.Log.ConsoleText
Packages that use ConsoleText
-
Uses of ConsoleText in net.ME1312.Galaxi.Log
Methods in net.ME1312.Galaxi.Log that return ConsoleTextModifier and TypeMethodDescriptionConsoleText.after
(TextElement... elements) ConsoleText.append
(TextElement... elements) ConsoleText.backgroundColor
(int color) Set the background color of the textConsoleText.backgroundColor
(Color color) Set the background color of the textConsoleText.before
(TextElement... elements) ConsoleText.bold
(boolean value) ConsoleText.color
(int color) Set the color of the textConsoleText.italic
(boolean value) Run some code on clickOpen a link on clickConsoleText.prepend
(TextElement... elements) ConsoleText.strikethrough
(boolean value) ConsoleText.subscript
(boolean value) Set whether the text will be in subscriptConsoleText.superscript
(boolean value) Set whether the text will be in superscriptConsoleText.underline
(boolean value)