接口 StructureBlock
'mode' 值代表结构方块可执行的不同行为模式.
-
嵌套类概要
-
方法概要
从接口继承的方法 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
-
方法详细资料
-
getMode
获取 'mode' 属性的值.原文: Gets the value of the 'mode' property.
- 返回:
- 属性 'mode' 的值
-
setMode
设置 'mode' 属性的值.原文: Sets the value of the 'mode' property.
- 参数:
mode
- 新的 'mode' 属性值
-