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 InstanceMobArena |
WauzBaseInstance.mobArena
The mob arena of the instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceMobArena |
WauzBaseInstance.getMobArena() |
Modifier and Type | Method and Description |
---|---|
void |
WauzBaseInstance.setMobArena(InstanceMobArena mobArena) |
Constructor and Description |
---|
InstanceMobArena(InstanceMobArena arena,
org.bukkit.World world)
Constructs an arena, that is an exact copy of another arena.
|