Package | Description |
---|---|
org.bukkit.event.entity |
Modifier and Type | Method and Description |
---|---|
PotionEffectAddEvent.EffectCause |
PotionEffectAddEvent.getCause() |
static PotionEffectAddEvent.EffectCause |
PotionEffectAddEvent.EffectCause.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PotionEffectAddEvent.EffectCause[] |
PotionEffectAddEvent.EffectCause.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PotionEffectAddEvent(LivingEntity entity,
PotionEffect effect,
PotionEffectAddEvent.EffectCause effectCause) |
PotionEffectExtendEvent(LivingEntity entity,
PotionEffect effect,
PotionEffect oldEffect,
PotionEffectAddEvent.EffectCause effectCause) |
Copyright © 2022. All rights reserved.