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.Map<java.lang.String,WauzInstanceKeyStatus> |
WauzActiveInstance.keyStatusMap
A map of the statuses of the instance's keys, indexed by key id.
|
Modifier and Type | Method and Description |
---|---|
WauzInstanceKeyStatus |
WauzActiveInstance.getKeyStatus(java.lang.String keyId) |
static WauzInstanceKeyStatus |
WauzInstanceKeyStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WauzInstanceKeyStatus[] |
WauzInstanceKeyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WauzActiveInstance.setKeyStatus(java.lang.String keyId,
WauzInstanceKeyStatus status)
Updates the status of a key.
|