Uses of Enum
org.bukkit.boss.DragonBattle.RespawnPhase
Packages that use 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
Methods in org.bukkit.boss that return DragonBattle.RespawnPhaseModifier and TypeMethodDescriptionDragonBattle.getRespawnPhase()
Get this battle's current respawn phase.static DragonBattle.RespawnPhase
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.RespawnPhaseModifier and TypeMethodDescriptionboolean
DragonBattle.setRespawnPhase
(DragonBattle.RespawnPhase phase) Set the dragon's respawn phase.