Package | Description |
---|---|
eu.wauz.wauzcore.oneblock |
This package contains classes for the one-block gamemode.
|
Modifier and Type | Field and Description |
---|---|
private OnePhaseLevel |
OneBlockProgression.level
The one-block level of the player.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<OnePhaseLevel> |
OnePhase.phaseLevels
The levels of the phase.
|
Modifier and Type | Method and Description |
---|---|
OnePhaseLevel |
OneBlockProgression.getLevel() |
OnePhaseLevel |
OnePhase.getLevel(int level)
Gets the requested one-block phase level.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OnePhaseLevel> |
OnePhase.getPhaseLevels() |