Package | Description |
---|---|
eu.wauz.wauzcore.players.ui |
This package contains ui classes for managing the player's user interface.
|
eu.wauz.wauzcore.professions |
This package contains classes for handling profession mechanics.
|
Modifier and Type | Field and Description |
---|---|
private WauzResourceCache |
WauzPlayerResourceBossBar.resource
The resource, this bar belongs to.
|
Modifier and Type | Method and Description |
---|---|
static WauzPlayerBossBar |
WauzPlayerResourceBossBar.getBossBar(WauzResourceCache resource) |
Constructor and Description |
---|
WauzPlayerResourceBossBar(WauzResourceCache resource)
Creates a boss bar for the given resource.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<org.bukkit.entity.Player,WauzResourceCache> |
WauzResourceSpawn.playerResourceCacheMap
A map to cache player specific data of a resource spawn.
|
Modifier and Type | Method and Description |
---|---|
WauzResourceCache |
WauzResourceSpawn.getPlayerResourceCache(org.bukkit.entity.Player player)
Gets the player specific cache of the resource spawn.
|