Uses of Class
dev.aura.bungeechat.message.Messages
-
Packages that use Messages Package Description dev.aura.bungeechat.filter dev.aura.bungeechat.message -
-
Uses of Messages in dev.aura.bungeechat.filter
Methods in dev.aura.bungeechat.filter that return Messages Modifier and Type Method Description Messages
ExtendedBlockMessageException. getMessageType()
Constructors in dev.aura.bungeechat.filter with parameters of type Messages Constructor Description ExtendedBlockMessageException(Messages messageType, dev.aura.bungeechat.api.account.BungeeChatAccount sender, String message)
-
Uses of Messages in dev.aura.bungeechat.message
Methods in dev.aura.bungeechat.message that return Messages Modifier and Type Method Description static Messages
Messages. valueOf(String name)
Returns the enum constant of this type with the specified name.static Messages[]
Messages. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.aura.bungeechat.message with parameters of type Messages Modifier and Type Method Description static String
PlaceHolderUtil. getFullMessage(Messages message)
static String
PlaceHolderUtil. getFullMessage(Messages message, dev.aura.bungeechat.api.placeholder.BungeeChatContext context)
static String
PlaceHolderUtil. getMessage(Messages message)
-