Uses of Enum Class
tech.guilhermekaua.spigotboot.commands.binding.CommandBindingException.Kind
Packages that use CommandBindingException.Kind
-
Uses of CommandBindingException.Kind in tech.guilhermekaua.spigotboot.commands.binding
Methods in tech.guilhermekaua.spigotboot.commands.binding that return CommandBindingException.KindModifier and TypeMethodDescriptionCommandBindingException.getKind()static CommandBindingException.KindReturns the enum constant of this class with the specified name.static CommandBindingException.Kind[]CommandBindingException.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.