| Package | Description | 
|---|---|
| org.bukkit.event.entity | 
| Modifier and Type | Method | Description | 
|---|---|---|
EntityPotionEffectEvent.Action | 
EntityPotionEffectEvent.getAction() | 
 Gets the action which will be performed on the potion effect type. 
 | 
static EntityPotionEffectEvent.Action | 
EntityPotionEffectEvent.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. 
 | 
| Constructor | Description | 
|---|---|
EntityPotionEffectEvent(LivingEntity livingEntity,
                       PotionEffect oldEffect,
                       PotionEffect newEffect,
                       EntityPotionEffectEvent.Cause cause,
                       EntityPotionEffectEvent.Action action,
                       boolean override) | 
Copyright © 2020. All rights reserved.