Package | Description |
---|---|
eu.wauz.wauzcore.players.effects |
This package contains effect classes for managing the player's status effects.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<WauzPlayerEffect> |
WauzPlayerEffects.effects
The list of currently active status effects.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<WauzPlayerEffect> |
WauzPlayerEffects.getEffectList() |
Modifier and Type | Method and Description |
---|---|
void |
WauzPlayerEffects.removeEffect(WauzPlayerEffect effect)
Removes a single active status effect.
|