| 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 static java.util.Map<java.lang.String,WauzInstance> |
WauzInstance.instanceMap
A map of instances, indexed by name.
|
| Modifier and Type | Method and Description |
|---|---|
static WauzInstance |
WauzInstance.getInstance(java.lang.String instanceName) |
| Constructor and Description |
|---|
WauzActiveInstance(org.bukkit.World world,
WauzInstance template)
Constructs an active instance data, based on an instance template.
|