Interface CopperGolemStatue
- All Superinterfaces:
BlockData, Cloneable, Directional, Waterlogged
'copper_golem_pose' indicates the pose the statue stands.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'copper_golem_pose' property.voidSets the value of the 'copper_golem_pose' property.Methods inherited from interface BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isReplaceable, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotateMethods inherited from interface Directional
getFaces, getFacing, setFacingMethods inherited from interface Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
getCopperGolemPose
CopperGolemStatue.Pose 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:
pose- the new 'copper_golem_pose' value
-