Uses of Enum
net.citizensnpcs.api.npc.RemoveReason
Packages that use RemoveReason
-
Uses of RemoveReason in net.citizensnpcs.api.npc
Subclasses with type arguments of type RemoveReason in net.citizensnpcs.api.npcMethods in net.citizensnpcs.api.npc that return RemoveReasonModifier and TypeMethodDescriptionstatic RemoveReasonReturns the enum constant of this type with the specified name.static RemoveReason[]RemoveReason.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RemoveReason in net.citizensnpcs.api.trait
Methods in net.citizensnpcs.api.trait with parameters of type RemoveReasonModifier and TypeMethodDescriptionvoidTrait.onRemove(RemoveReason reason) Called when a trait is removed from the attachedNPC. -
Uses of RemoveReason in net.citizensnpcs.trait
Methods in net.citizensnpcs.trait with parameters of type RemoveReason