Uses of Enum Class
com.plotsquared.core.command.CommandCategory
Packages that use CommandCategory
-
Uses of CommandCategory in com.plotsquared.core.command
Methods in com.plotsquared.core.command that return CommandCategoryModifier and TypeMethodDescriptionstatic CommandCategoryReturns the enum constant of this class with the specified name.static CommandCategory[]CommandCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.plotsquared.core.command with parameters of type CommandCategoryModifier and TypeMethodDescriptionCommand.getCommands(CommandCategory category, PlotPlayer<?> player) Constructors in com.plotsquared.core.command with parameters of type CommandCategoryModifierConstructorDescriptionCommand(Command parent, boolean isStatic, String id, String permission, RequiredType required, CommandCategory category)