Uses of Enum
net.citizensnpcs.trait.CommandTrait.CommandTraitError
Packages that use CommandTrait.CommandTraitError
-
Uses of CommandTrait.CommandTraitError in net.citizensnpcs.trait
Methods in net.citizensnpcs.trait that return CommandTrait.CommandTraitErrorModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CommandTrait.CommandTraitError[]
CommandTrait.CommandTraitError.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.CommandTraitErrorModifier and TypeMethodDescriptionvoid
CommandTrait.clearHistory
(CommandTrait.CommandTraitError which, UUID who) void
CommandTrait.setCustomErrorMessage
(CommandTrait.CommandTraitError which, String message)