public interface NucleusNoFormatChannel
extends org.spongepowered.api.text.channel.MessageChannel
Modifier and Type | Method and Description |
---|---|
default boolean |
formatMessages()
Determines whether Nucleus should try to format the message.
|
default boolean |
removePrefix()
Determines whether Nucleus should remove the prefix from the message.
|
default boolean formatMessages()
true
if it should, false
otherwise (the default)default boolean removePrefix()
formatMessages()
is true.true
if it should (the default), false
otherwise.