Uses of Enum
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 type with the specified name.static Wither.Head[]
Wither.Head.values()
Returns an array containing the constants of this enum type, 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.