Uses of Enum Class
org.bukkit.entity.Wither.Head
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.-
Uses of Wither.Head in org.bukkit.entity
Modifier and TypeMethodDescriptionstatic Wither.Head
Returns the enum constant of this class with the specified name.static Wither.Head[]
Wither.Head.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionWither.getTarget
(Wither.Head head) This method will get the target of individual headsWither.Head
of the wither.void
Wither.setTarget
(Wither.Head head, LivingEntity target) This method will set the target of individual headsWither.Head
of the wither.