Uses of Enum Class
org.bukkit.boss.DragonBattle.RespawnPhase
Package
Description
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
Modifier and TypeMethodDescriptionDragonBattle.getRespawnPhase()
Get this battle's current respawn phase.static DragonBattle.RespawnPhase
Returns the enum constant of this class with the specified name.static DragonBattle.RespawnPhase[]
DragonBattle.RespawnPhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
DragonBattle.setRespawnPhase
(@NotNull DragonBattle.RespawnPhase phase) Set the dragon's respawn phase.