Uses of Interface
tech.guilhermekaua.spigotboot.commands.CommandMessageKey
Packages that use CommandMessageKey
Package
Description
-
Uses of CommandMessageKey in tech.guilhermekaua.spigotboot.commands
Classes in tech.guilhermekaua.spigotboot.commands that implement CommandMessageKeyModifier and TypeClassDescriptionenumThe complete set of customizable message keys raised by the framework's built-in argument resolvers.Methods in tech.guilhermekaua.spigotboot.commands that return CommandMessageKeyMethods in tech.guilhermekaua.spigotboot.commands that return types with arguments of type CommandMessageKeyModifier and TypeMethodDescriptiondefault Collection<CommandMessageKey>CommandArgumentResolver.messageKeys()Returns the message keys this resolver can raise viaCommandMessageException; empty by default.Methods in tech.guilhermekaua.spigotboot.commands with parameters of type CommandMessageKeyModifier and TypeMethodDescriptionstatic CommandMessageExceptionCommandMessageException.of(CommandMessageKey key) CommandMessageSource.resolveTemplate(CommandExecutionContext context, CommandMessageKey key) Resolves the template to use forkey. -
Uses of CommandMessageKey in tech.guilhermekaua.spigotboot.commands.message
Methods in tech.guilhermekaua.spigotboot.commands.message that return types with arguments of type CommandMessageKey