枚举的使用
org.bukkit.event.entity.EntityPotionEffectEvent.Cause
-
org.bukkit.event.entity中EntityPotionEffectEvent.Cause的使用
修饰符和类型方法说明EntityPotionEffectEvent.getCause()
获取药水效果改变的原因.返回带有指定名称的该类型的枚举常量。static EntityPotionEffectEvent.Cause[]
EntityPotionEffectEvent.Cause.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。限定符构造器说明EntityPotionEffectEvent
(@NotNull LivingEntity livingEntity, @Nullable PotionEffect oldEffect, @Nullable PotionEffect newEffect, @NotNull EntityPotionEffectEvent.Cause cause, @NotNull EntityPotionEffectEvent.Action action, boolean override)