| Package | Description |
|---|---|
| eu.wauz.wauzcore.oneblock |
This package contains classes for the one-block gamemode.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<OneChestType,OneChest> |
OnePhase.chests
The chests that can spawn in this phase, indexed by type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<OneChestType,OneChest> |
OnePhase.getChests() |
| Modifier and Type | Method and Description |
|---|---|
static void |
OneChestItem.create(OneChest chest,
java.lang.String itemString)
Creates an item, based on the given item string.
|