Uses of Class
org.bukkit.boss.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 DragonBattle.RespawnPhase
DragonBattle. getRespawnPhase()
Get this battle's current respawn phase.static DragonBattle.RespawnPhase
DragonBattle.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 boolean
DragonBattle. setRespawnPhase(DragonBattle.RespawnPhase phase)
Set the dragon's respawn phase.