Uses of Enum Class
org.bukkit.block.data.type.CopperGolemStatue.Pose
Packages that use CopperGolemStatue.Pose
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of CopperGolemStatue.Pose in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return CopperGolemStatue.PoseModifier and TypeMethodDescriptionCopperGolemStatue.getCopperGolemPose()Gets the value of the 'copper_golem_pose' property.static CopperGolemStatue.PoseReturns the enum constant of this class with the specified name.static CopperGolemStatue.Pose[]CopperGolemStatue.Pose.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type CopperGolemStatue.PoseModifier and TypeMethodDescriptionvoidCopperGolemStatue.setCopperGolemPose(CopperGolemStatue.Pose pose) Sets the value of the 'copper_golem_pose' property.