Uses of Enum Class
org.bukkit.event.entity.EntityPotionEffectEvent.Action
Packages that use EntityPotionEffectEvent.Action
Package
Description
-
Uses of EntityPotionEffectEvent.Action in org.bukkit.event.entity
Subclasses with type arguments of type EntityPotionEffectEvent.Action in org.bukkit.event.entityModifier and TypeClassDescriptionstatic enumAn enum to specify the action to be performed.Methods in org.bukkit.event.entity that return EntityPotionEffectEvent.ActionModifier and TypeMethodDescriptionEntityPotionEffectEvent.getAction()Gets the action which will be performed on the potion effect type.Returns the enum constant of this class with the specified name.static EntityPotionEffectEvent.Action[]EntityPotionEffectEvent.Action.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.ActionModifierConstructorDescriptionEntityPotionEffectEvent(LivingEntity livingEntity, PotionEffect oldEffect, PotionEffect newEffect, EntityPotionEffectEvent.Cause cause, EntityPotionEffectEvent.Action action, boolean override)