Package | Description |
---|---|
eu.wauz.wauzcore.data |
This package contains general 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 WauzPermission |
RankConfigurator.getRankPermission(java.lang.String rank) |
Modifier and Type | Field and Description |
---|---|
private WauzPermission |
WauzRank.rankPermission
The player permission of the rank.
|
Modifier and Type | Method and Description |
---|---|
WauzPermission |
WauzRank.getRankPermission() |
static WauzPermission |
WauzPermission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WauzPermission[] |
WauzPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|