Uses of Enum
org.bukkit.event.entity.EntityPotionEffectEvent.Action
Package
Description
-
Uses of EntityPotionEffectEvent.Action in org.bukkit.event.entity
Modifier and TypeMethodDescriptionEntityPotionEffectEvent.getAction()
Gets the action which will be performed on the potion effect type.Returns the enum constant of this type with the specified name.static EntityPotionEffectEvent.Action[]
EntityPotionEffectEvent.Action.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)