Package | Description |
---|---|
eu.wauz.wauzcore.players.ui |
This package contains ui classes for managing the player's user interface.
|
eu.wauz.wauzcore.system |
This package contains general core mechanics of the engine.
|
Modifier and Type | Class and Description |
---|---|
class |
WauzPlayerEnemyBossBar
An UI class to show the player name and health of the targeted enemy.
|
class |
WauzPlayerResourceBossBar
An UI class to show the player name and health of the targeted resource.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<org.bukkit.entity.Player,WauzPlayerBossBar> |
WauzPlayerBossBar.bossBarPlayerLinks
A map of boss bars, indexed by the player they are shown to.
|
protected static java.util.Map<java.lang.String,WauzPlayerBossBar> |
WauzPlayerBossBar.bossBars
A map of all boss bars, indexed by entity uuid.
|
Modifier and Type | Method and Description |
---|---|
static WauzPlayerBossBar |
WauzPlayerEnemyBossBar.getBossBar(org.bukkit.entity.Entity entity) |
static WauzPlayerBossBar |
WauzPlayerResourceBossBar.getBossBar(WauzResourceCache resource) |
Modifier and Type | Method and Description |
---|---|
private static void |
CombatMapper.handleDamageByEntityEvent(org.bukkit.event.entity.EntityDamageByEntityEvent event,
WauzPlayerBossBar playerBossBar)
Handles damage calculation of an entity attacking an other entity.
|