Package | Description |
---|---|
eu.wauz.wauzcore.mobs |
This package contains classes for the creation of custom mobs.
|
eu.wauz.wauzcore.players.ui |
This package contains ui classes for managing the player's user interface.
|
Modifier and Type | Method and Description |
---|---|
static MenacingModifier |
MenacingModifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MenacingModifier[] |
MenacingModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<MenacingModifier> |
MenacingMobsSpawner.getRandomModifiers(int amount) |
Modifier and Type | Method and Description |
---|---|
static boolean |
MobMetadataUtils.hasMenacingModifier(org.bukkit.entity.Entity mob,
MenacingModifier modifier)
Checks if the given menacing modifier on a mob is enabled.
|
static void |
MobMetadataUtils.setMenacingModifier(org.bukkit.entity.Entity mob,
MenacingModifier modifier)
Sets the given menacing modifier on a mob to enabled.
|
Constructor and Description |
---|
WauzPlayerEnemyBossBar(org.bukkit.entity.Entity entity,
java.util.List<MenacingModifier> modifiers,
double maxHealth,
boolean raidBoss)
Creates a boss bar for the given entity.
|