Uses of Class
me.wiefferink.interactivemessenger.processing.Message
Packages that use Message
-
Uses of Message in me.wiefferink.interactivemessenger.processing
Fields in me.wiefferink.interactivemessenger.processing declared as MessageMethods in me.wiefferink.interactivemessenger.processing that return MessageModifier and TypeMethodDescriptionAppend lines to the messageAppend lines to the messageAppend a message to this messageMessage.doReplacements()
Apply all replacements to the messageMessage.doReplacements(Limit limit)
Apply replacements to the message using a certain Limit (intended for internal and testing use)static Message
Message.empty()
Empty message objectstatic Message
Construct a message from a language key Requires a MessageProvider to be setstatic Message
Construct a message from a string liststatic Message
Message.fromString(String message)
Construct a message from a stringMessage.inline()
Mark this message as inline, used for insertion into other messagesMessage.noLanguageReplacements()
Turn off language replacements for this messageMessage.prefix()
Add the default prefix to the messageMessage.prefix(boolean doIt)
Add the default prefix to the message (if the message is not empty)Prepend lines to the messagePrepend lines to the messagePrepend a message to this messageMessage.replacements(Object... replacements)
Set the replacements to apply to the messageSend the message to a targetMethods in me.wiefferink.interactivemessenger.processing with parameters of type MessageModifier and TypeMethodDescriptionAppend a message to this messagestatic String
Message.getMessageStart(Message message, int maximumLength)
Get a start of the message with a maximum lengthPrepend a message to this messageConstructors in me.wiefferink.interactivemessenger.processing with parameters of type Message