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
(@NotNull Wither.Head head) This method will get the target of individual headsWither.Head
of the wither.void
Wither.setTarget
(@NotNull Wither.Head head, @Nullable LivingEntity target) This method will set the target of individual headsWither.Head
of the wither.