| Package | Description |
|---|---|
| eu.wauz.wauzcore.data.players |
This package contains player-specific configurator classes, that read and write .yml files.
|
| eu.wauz.wauzcore.system |
This package contains general core mechanics of the engine.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PlayerConfigurator.setRank(org.bukkit.OfflinePlayer player,
WauzRank rank) |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,WauzRank> |
WauzRank.rankMap
A map of ranks, indexed by name.
|
| Modifier and Type | Method and Description |
|---|---|
static WauzRank |
WauzRank.getRank(org.bukkit.OfflinePlayer player) |
static WauzRank |
WauzRank.getRank(java.lang.String rankName) |