Uses of Class
dev.aura.bungeechat.message.Format
-
Packages that use Format Package Description dev.aura.bungeechat.message -
-
Uses of Format in dev.aura.bungeechat.message
Methods in dev.aura.bungeechat.message that return Format Modifier and Type Method Description static Format
Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static Format[]
Format. 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 Format Modifier and Type Method Description static String
PlaceHolderUtil. getFormat(Format format)
static String
PlaceHolderUtil. getFullFormatMessage(Format format, dev.aura.bungeechat.api.placeholder.BungeeChatContext context)
static Optional<String>
MessagesService. preProcessMessage(dev.aura.bungeechat.api.placeholder.BungeeChatContext context, Format format)
static Optional<String>
MessagesService. preProcessMessage(dev.aura.bungeechat.api.placeholder.BungeeChatContext context, Optional<dev.aura.bungeechat.api.account.BungeeChatAccount> account, Format format)
static Optional<String>
MessagesService. preProcessMessage(dev.aura.bungeechat.api.placeholder.BungeeChatContext context, Optional<dev.aura.bungeechat.api.account.BungeeChatAccount> account, Format format, boolean runFilters)
static Optional<String>
MessagesService. preProcessMessage(dev.aura.bungeechat.api.placeholder.BungeeChatContext context, Optional<dev.aura.bungeechat.api.account.BungeeChatAccount> account, Format format, boolean runFilters, boolean ignoreBlockMessageExceptions)
-