Uses of Enum
net.citizensnpcs.trait.Controllable.BuiltInControls
Packages that use Controllable.BuiltInControls
-
Uses of Controllable.BuiltInControls in net.citizensnpcs.commands
Methods in net.citizensnpcs.commands with parameters of type Controllable.BuiltInControlsModifier and TypeMethodDescriptionvoidNPCCommands.controllable(CommandContext args, CommandSender sender, NPC npc, Controllable.BuiltInControls controls, Boolean enabled) -
Uses of Controllable.BuiltInControls in net.citizensnpcs.trait
Subclasses with type arguments of type Controllable.BuiltInControls in net.citizensnpcs.traitMethods in net.citizensnpcs.trait that return Controllable.BuiltInControlsModifier and TypeMethodDescriptionstatic Controllable.BuiltInControlsReturns the enum constant of this type with the specified name.static Controllable.BuiltInControls[]Controllable.BuiltInControls.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 Controllable.BuiltInControlsModifier and TypeMethodDescriptionvoidControllable.setControls(Controllable.BuiltInControls controls)