Uses of Enum
net.citizensnpcs.trait.CommandTrait.ExecutionMode
Packages that use CommandTrait.ExecutionMode
-
Uses of CommandTrait.ExecutionMode in net.citizensnpcs.trait
Methods in net.citizensnpcs.trait that return CommandTrait.ExecutionModeModifier and TypeMethodDescriptionCommandTrait.getExecutionMode()
static CommandTrait.ExecutionMode
Returns the enum constant of this type with the specified name.static CommandTrait.ExecutionMode[]
CommandTrait.ExecutionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.citizensnpcs.trait with parameters of type CommandTrait.ExecutionModeModifier and TypeMethodDescriptionvoid
CommandTrait.setExecutionMode
(CommandTrait.ExecutionMode mode)