Package | Description |
---|---|
eu.wauz.wauzcore.system.instances |
This package contains classes, that are used for the instance / dungeon system.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<MobSpawn> |
WauzInstance.mobs
The list of mythic mobs to spawn in the instance.
|
private java.util.List<java.util.List<MobSpawn>> |
InstanceMobArena.waves
The list of lists of mobs that spawn in arena waves.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MobSpawn> |
WauzInstance.getMobs() |
java.util.List<java.util.List<MobSpawn>> |
InstanceMobArena.getWaves() |
Modifier and Type | Method and Description |
---|---|
void |
InstanceMobArena.setWaves(java.util.List<java.util.List<MobSpawn>> waves) |