Uses of Enum Class
org.cloudburstmc.api.event.player.PlayerAnimationEvent.Type
Packages that use PlayerAnimationEvent.Type
-
Uses of PlayerAnimationEvent.Type in org.cloudburstmc.api.event.player
Methods in org.cloudburstmc.api.event.player that return PlayerAnimationEvent.TypeModifier and TypeMethodDescriptionPlayerAnimationEvent.getAnimationType()static PlayerAnimationEvent.TypeReturns the enum constant of this class with the specified name.static PlayerAnimationEvent.Type[]PlayerAnimationEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cloudburstmc.api.event.player with parameters of type PlayerAnimationEvent.TypeModifierConstructorDescriptionPlayerAnimationEvent(Player player, PlayerAnimationEvent.Type animation)