Package | Description |
---|---|
eu.wauz.wauzcore.oneblock |
This package contains classes for the one-block gamemode.
|
Modifier and Type | Field and Description |
---|---|
private OnePhase |
OnePhaseLevel.phase
The phase that the level is part of.
|
private OnePhase |
OneChest.phase
The phase that the chest is part of.
|
private OnePhase |
OneBlockProgression.phase
The one-block phase of the player.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.List<OnePhase> |
OnePhase.phases
A list of all one-block phases.
|
Modifier and Type | Method and Description |
---|---|
static OnePhase |
OnePhase.get(int phase)
Gets the requested one-block phase.
|
OnePhase |
OnePhaseLevel.getPhase() |
OnePhase |
OneChest.getPhase() |
OnePhase |
OneBlockProgression.getPhase() |
Constructor and Description |
---|
OneChest(OnePhase phase,
OneChestType type)
Constructs a reward chest of a phase, based on the one-block file in the /WauzCore folder.
|
OnePhaseLevel(OnePhase phase,
java.lang.String levelKey)
Constructs a level of a phase, based on the one-block file in the /WauzCore folder.
|