Uses of Enum
net.citizensnpcs.util.PlayerAnimation
Packages that use PlayerAnimation
- 
Uses of PlayerAnimation in net.citizensnpcs.trait.waypoint.triggersConstructor parameters in net.citizensnpcs.trait.waypoint.triggers with type arguments of type PlayerAnimationModifierConstructorDescriptionAnimationTrigger(Collection<PlayerAnimation> collection, Location loc) 
- 
Uses of PlayerAnimation in net.citizensnpcs.utilMethods in net.citizensnpcs.util that return PlayerAnimationModifier and TypeMethodDescriptionstatic PlayerAnimationReturns the enum constant of this type with the specified name.static PlayerAnimation[]PlayerAnimation.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.citizensnpcs.util with parameters of type PlayerAnimationModifier and TypeMethodDescriptionstatic voidNMS.playAnimation(PlayerAnimation animation, Player player, Iterable<Player> to) voidNMSBridge.playAnimation(PlayerAnimation animation, Player player, Iterable<Player> to)