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