Uses of Enum
org.bukkit.event.entity.EntityPotionEffectEvent.Cause
Package
Description
-
Uses of EntityPotionEffectEvent.Cause in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityPotionEffectEvent.getCause()
Gets the cause why the effect has changed.Returns the enum constant of this type with the specified name.static EntityPotionEffectEvent.Cause[]
EntityPotionEffectEvent.Cause.values()
Returns an array containing the constants of this enum type, in the order they are declared.ModifierConstructorDescriptionEntityPotionEffectEvent
(LivingEntity livingEntity, PotionEffect oldEffect, PotionEffect newEffect, EntityPotionEffectEvent.Cause cause, EntityPotionEffectEvent.Action action, boolean override)