接口 CopperGolemStatue
- 所有超级接口:
BlockData,Cloneable,Directional,Waterlogged
'copper_golem_pose' represents the golem state pose.
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明Gets the value of the 'copper_golem_pose' property.voidsetCopperGolemPose(@NotNull CopperGolemStatue.CopperGolemPose copperGolemPose) Sets the value of the 'copper_golem_pose' property.从接口继承的方法 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, rotate从接口继承的方法 org.bukkit.block.data.Directional
getFaces, getFacing, setFacing从接口继承的方法 org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
方法详细资料
-
getCopperGolemPose
Gets the value of the 'copper_golem_pose' property.- 返回:
- the 'copper_golem_pose' value
-
setCopperGolemPose
Sets the value of the 'copper_golem_pose' property.- 参数:
copperGolemPose- the new 'copper_golem_pose' value
-