Package org.bukkit.block.data.type
Interface CopperGolemStatue
- All Superinterfaces:
BlockData,Cloneable,Directional,Waterlogged
'copper_golem_pose' represents the golem state pose.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumRepresents the pose of the statute. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'copper_golem_pose' property.voidsetCopperGolemPose(CopperGolemStatue.CopperGolemPose copperGolemPose) Sets the value of the 'copper_golem_pose' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotateMethods inherited from interface org.bukkit.block.data.Directional
getFaces, getFacing, setFacingMethods inherited from interface org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
getCopperGolemPose
Gets the value of the 'copper_golem_pose' property.- Returns:
- the 'copper_golem_pose' value
-
setCopperGolemPose
Sets the value of the 'copper_golem_pose' property.- Parameters:
copperGolemPose- the new 'copper_golem_pose' value
-