接口 FaceAttachable
- 所有已知子接口:
Grindstone
,Switch
'face' 值代表一个拉杆或按钮固定在哪一个面上.
该值用于与
该值用于与
Directional
相结合来计算这些方块的方向.-
嵌套类概要
-
方法概要
修饰符和类型方法说明获取 'face' 属性的值.void
设置 'face' 属性的值.从接口继承的方法 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
-
方法详细资料
-
getAttachedFace
获取 'face' 属性的值.原文: Gets the value of the 'face' property.
- 返回:
- 属性 'face' 的值
-
setAttachedFace
设置 'face' 属性的值.原文: Sets the value of the 'face' property.
- 参数:
face
- 新的 'face' 属性值
-