Uses of Enum
net.citizensnpcs.util.PlayerAnimation
Packages that use PlayerAnimation
-
Uses of PlayerAnimation in net.citizensnpcs.trait.waypoint.triggers
Constructor parameters in net.citizensnpcs.trait.waypoint.triggers with type arguments of type PlayerAnimationModifierConstructorDescriptionAnimationTrigger
(Collection<PlayerAnimation> collection, Location loc) -
Uses of PlayerAnimation in net.citizensnpcs.util
Methods in net.citizensnpcs.util that return PlayerAnimationModifier and TypeMethodDescriptionstatic PlayerAnimation
Returns 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 void
NMS.playAnimation
(PlayerAnimation animation, Player player, Iterable<Player> to) void
NMSBridge.playAnimation
(PlayerAnimation animation, Player player, Iterable<Player> to)