接口 Door
'hinge' 数据值表示门的门轴依靠哪一边, 并且开关门时会旋转.
-
嵌套类概要
嵌套类从接口继承的嵌套类/接口 org.bukkit.block.data.Bisected
Bisected.Half
-
方法概要
从接口继承的方法 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.Powerable
isPowered, setPowered
-
方法详细资料
-
getHinge
获取 'hinge' 数据值.原文: Gets the value of the 'hinge' property.
- 返回:
- 门轴依靠哪一侧
-
setHinge
设置 'hinge' 数据值.原文: Sets the value of the 'hinge' property.
- 参数:
hinge
- 门轴依靠哪一侧
-