Uses of Class
net.ME1312.Galaxi.Log.TextElement
-
Uses of TextElement in net.ME1312.Galaxi.Command
Modifier and TypeMethodDescriptionvoid
ConsoleCommandSender.chat
(TextElement message) Send a message as Consolevoid
InputSender.chat
(TextElement message) Send a message as the Sendervoid
CommandSender.sendMessage
(TextElement... messages) Send the Sender a messagevoid
ConsoleCommandSender.sendMessage
(TextElement... messages) -
Uses of TextElement in net.ME1312.Galaxi.Log
Modifier and TypeMethodDescriptionTextElement.after
(TextElement... elements) Place elements after this elementAdd additional text behind the existing textTextElement.append
(TextElement... elements) Place elements inside this element, but behind the textTextElement.before
(TextElement... elements) Place elements before this elementTextElement.bold
(boolean value) Set whether the text will be boldSet the color of the textTextElement.italic
(boolean value) Set whether the text will be italicAdd additional text before the existing textTextElement.prepend
(TextElement... elements) Place elements inside this element, but in front of the textTextElement.strikethrough
(boolean value) Set whether the text will be struck throughTextElement.underline
(boolean value) Set whether the text will be underlinedModifier and TypeMethodDescriptionConsoleText.after
(TextElement... elements) TextElement.after
(TextElement... elements) Place elements after this elementConsoleText.append
(TextElement... elements) TextElement.append
(TextElement... elements) Place elements inside this element, but behind the textConsoleText.before
(TextElement... elements) TextElement.before
(TextElement... elements) Place elements before this elementConsoleText.prepend
(TextElement... elements) TextElement.prepend
(TextElement... elements) Place elements inside this element, but in front of the textvoid
LogStream.print
(TextElement element) Print a Text Elementvoid
LogStream.println
(TextElement... element) Print a Text Element