枚举的使用
org.bukkit.event.player.PlayerAnimationType
-
org.bukkit.event.player中PlayerAnimationType的使用
修饰符和类型方法说明PlayerAnimationEvent.getAnimationType()
获得此事件中玩家的动作类型.static PlayerAnimationType
返回带有指定名称的该类型的枚举常量。static PlayerAnimationType[]
PlayerAnimationType.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。限定符构造器说明PlayerAnimationEvent
(@NotNull Player player, @NotNull PlayerAnimationType playerAnimationType) 构造一个新的PlayerAnimation事件.