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.HashMap<java.lang.String,WauzActiveInstance> |
WauzActiveInstancePool.storage
A map of cached instance datas by name.
|
Modifier and Type | Method and Description |
---|---|
static WauzActiveInstance |
WauzActiveInstancePool.getInstance(org.bukkit.entity.Player player)
Fetches a cached instance data.
|
static WauzActiveInstance |
WauzActiveInstancePool.getInstance(java.lang.String worldName)
Fetches a cached instance data.
|
static WauzActiveInstance |
WauzActiveInstancePool.getInstance(org.bukkit.World world)
Fetches a cached instance data.
|
Modifier and Type | Method and Description |
---|---|
static void |
WauzActiveInstancePool.registerInstance(WauzActiveInstance instance)
Registers a freshly opened instance.
|