Uses of Class
org.bukkit.boss.DragonBattle.RespawnPhase
-
Packages that use DragonBattle.RespawnPhase Package Description org.bukkit.boss Classes concerning the creation of boss bars that appear at the top of the player's screen. -
-
Uses of DragonBattle.RespawnPhase in org.bukkit.boss
Methods in org.bukkit.boss that return DragonBattle.RespawnPhase Modifier and Type Method Description @NotNull DragonBattle.RespawnPhaseDragonBattle. getRespawnPhase()Get this battle's current respawn phase.static DragonBattle.RespawnPhaseDragonBattle.RespawnPhase. valueOf(String name)Returns the enum constant of this type with the specified name.static DragonBattle.RespawnPhase[]DragonBattle.RespawnPhase. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.boss with parameters of type DragonBattle.RespawnPhase Modifier and Type Method Description booleanDragonBattle. setRespawnPhase(@NotNull DragonBattle.RespawnPhase phase)Set the dragon's respawn phase.
-