Package org.bukkit.block.data.type
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.void
Sets the value of the 'copper_golem_pose' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
Methods inherited from interface org.bukkit.block.data.Directional
getFaces, getFacing, setFacing
Methods inherited from interface org.bukkit.block.data.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
-