public class OEffect
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
java.util.UUID |
casterUUID |
int |
duration |
boolean |
kill |
Effects |
name |
| Constructor and Description |
|---|
OEffect(org.bukkit.entity.Player sender,
Effects effect,
int duration) |
| Modifier and Type | Method and Description |
|---|---|
void |
age(int i)
Ages the OEffect
|
java.util.UUID |
getCasterUUID()
Returns the caster's UUID
|
void |
kill()
This kills the effect.
|