Uses of Enum Class
org.bukkit.event.entity.EntityPotionEffectEvent.Cause
Packages that use EntityPotionEffectEvent.Cause
Package
Description
-
Uses of EntityPotionEffectEvent.Cause in org.bukkit.event.entity
Subclasses with type arguments of type EntityPotionEffectEvent.Cause in org.bukkit.event.entityModifier and TypeClassDescriptionstatic enumAn enum to specify the cause why an effect was changed.Methods in org.bukkit.event.entity that return EntityPotionEffectEvent.CauseModifier and TypeMethodDescriptionEntityPotionEffectEvent.getCause()Gets the cause why the effect has changed.Returns the enum constant of this class with the specified name.static EntityPotionEffectEvent.Cause[]EntityPotionEffectEvent.Cause.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.bukkit.event.entity with parameters of type EntityPotionEffectEvent.CauseModifierConstructorDescriptionEntityPotionEffectEvent(LivingEntity livingEntity, PotionEffect oldEffect, PotionEffect newEffect, EntityPotionEffectEvent.Cause cause, EntityPotionEffectEvent.Action action, boolean override)