Uses of Enum Class
tech.guilhermekaua.spigotboot.commands.binding.CommandParameterRole
Packages that use CommandParameterRole
-
Uses of CommandParameterRole in tech.guilhermekaua.spigotboot.commands.binding
Methods in tech.guilhermekaua.spigotboot.commands.binding that return CommandParameterRoleModifier and TypeMethodDescriptionCommandParameterBinding.getRole()static CommandParameterRoleReturns the enum constant of this class with the specified name.static CommandParameterRole[]CommandParameterRole.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in tech.guilhermekaua.spigotboot.commands.binding with parameters of type CommandParameterRoleModifierConstructorDescriptionCommandParameterBinding(CommandParameterMetadata metadata, CommandParameterRole role, String tokenName, boolean optional, boolean greedy, String completionId)