Uses of Enum Class
com.plotsquared.core.command.RequiredType
Packages that use RequiredType
-
Uses of RequiredType in com.plotsquared.core.command
Methods in com.plotsquared.core.command that return RequiredTypeModifier and TypeMethodDescriptionCommand.getRequiredType()CommandCaller.getSuperCaller()Get the type of the callerstatic RequiredTypeReturns the enum constant of this class with the specified name.static RequiredType[]RequiredType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.plotsquared.core.command with parameters of type RequiredTypeModifierConstructorDescriptionCommand(Command parent, boolean isStatic, String id, String permission, RequiredType required, CommandCategory category) -
Uses of RequiredType in com.plotsquared.core.player
Methods in com.plotsquared.core.player that return RequiredType