| Package | Description |
|---|---|
| Effect | |
| me.cakenggt.Ollivanders |
| Constructor and Description |
|---|
BARUFFIOS_BRAIN_ELIXIR(org.bukkit.entity.Player sender,
Effects effect,
int duration) |
LEVICORPUS(org.bukkit.entity.Player sender,
Effects effect,
int duration,
org.bukkit.Location loc) |
LYCANTHROPY(org.bukkit.entity.Player sender,
Effects effect,
int duration) |
MEMORY_POTION(org.bukkit.entity.Player sender,
Effects effect,
int duration) |
MUCUS_AD_NAUSEAM(org.bukkit.entity.Player sender,
Effects effect,
int duration) |
SILENCIO(org.bukkit.entity.Player sender,
Effects effect,
int duration) |
VENTO_FOLIO(org.bukkit.entity.Player sender,
Effects effect,
int duration) |
WOLFSBANE_POTION(org.bukkit.entity.Player sender,
Effects effect,
int duration) |
| Modifier and Type | Field and Description |
|---|---|
Effects |
OEffect.name |
| Modifier and Type | Method and Description |
|---|---|
static Effects |
Effects.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Effects[] |
Effects.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
Effects.recode(Effects s)
Find the lowercase string that corresponds to an effect name
|
| Constructor and Description |
|---|
OEffect(org.bukkit.entity.Player sender,
Effects effect,
int duration) |