Uses of Enum
net.citizensnpcs.util.PlayerAnimation
-
Uses of PlayerAnimation in net.citizensnpcs.trait.waypoint.triggers
ModifierConstructorDescriptionAnimationTrigger
(Collection<PlayerAnimation> collection, Location loc) -
Uses of PlayerAnimation in net.citizensnpcs.util
Modifier 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.Modifier and TypeMethodDescriptionstatic void
NMS.playAnimation
(PlayerAnimation animation, Player player, Iterable<Player> to) void
NMSBridge.playAnimation
(PlayerAnimation animation, Player player, Iterable<Player> to)