Uses of Class
org.bukkit.event.entity.EntityPotionEffectEvent.Cause
-
Packages that use EntityPotionEffectEvent.Cause Package Description org.bukkit.event.entity -
-
Uses of EntityPotionEffectEvent.Cause in org.bukkit.event.entity
Methods in org.bukkit.event.entity that return EntityPotionEffectEvent.Cause Modifier and Type Method Description @NotNull EntityPotionEffectEvent.Cause
EntityPotionEffectEvent. getCause()
Gets the cause why the effect has changed.static EntityPotionEffectEvent.Cause
EntityPotionEffectEvent.Cause. valueOf(String name)
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.Constructors in org.bukkit.event.entity with parameters of type EntityPotionEffectEvent.Cause Constructor Description EntityPotionEffectEvent(@NotNull LivingEntity livingEntity, @Nullable PotionEffect oldEffect, @Nullable PotionEffect newEffect, @NotNull EntityPotionEffectEvent.Cause cause, @NotNull EntityPotionEffectEvent.Action action, boolean override)
-