Uses of Enum Class
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 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.ModifierConstructorDescriptionEntityPotionEffectEvent
(@NotNull LivingEntity livingEntity, @Nullable PotionEffect oldEffect, @Nullable PotionEffect newEffect, @NotNull EntityPotionEffectEvent.Cause cause, @NotNull EntityPotionEffectEvent.Action action, boolean override)