Uses of Class
me.internalizable.numdrassl.api.chat.ChatMessageBuilder
Packages that use ChatMessageBuilder
Package
Description
Chat message formatting API.
-
Uses of ChatMessageBuilder in me.internalizable.numdrassl.api.chat
Methods in me.internalizable.numdrassl.api.chat that return ChatMessageBuilderModifier and TypeMethodDescriptionAppends aqua/cyan colored text.Appends black colored text.Appends blue colored text.Appends bold text with the specified hex color.static ChatMessageBuilderChatMessageBuilder.create()Creates a new builder instance.Appends dark aqua colored text.Appends dark blue colored text.Appends dark gray colored text.Appends dark green colored text.ChatMessageBuilder.darkPurple(String text) Appends dark purple colored text.Appends dark red colored text.Appends gold/orange colored text.Appends gray colored text.Appends green colored text.Appends italic text with the specified hex color.Appends purple/magenta colored text.Appends red colored text.ChatMessageBuilder.strikethrough(String text, String hexColor) Appends strikethrough text with the specified hex color.Appends text with the specified hex color.Appends underlined text with the specified hex color.Appends white colored text.Appends yellow colored text. -
Uses of ChatMessageBuilder in me.internalizable.numdrassl.api.command
Methods in me.internalizable.numdrassl.api.command with parameters of type ChatMessageBuilderModifier and TypeMethodDescriptiondefault voidCommandSource.sendMessage(ChatMessageBuilder builder) Send a formatted message to this command source. -
Uses of ChatMessageBuilder in me.internalizable.numdrassl.api.player
Methods in me.internalizable.numdrassl.api.player with parameters of type ChatMessageBuilderModifier and TypeMethodDescriptionvoidPlayer.sendMessage(ChatMessageBuilder builder) Send a formatted chat message to the player.