接口 Shelf
- 所有超级接口:
BlockData,Cloneable,Directional,Powerable,Waterlogged
'side_chain' represents the state of the chain on the side of the block.
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明Gets the value of the 'side_chain' property.voidsetSideChain(@NotNull Shelf.SideChain sideChain) Sets the value of the 'side_chain' 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.Powerable
isPowered, setPowered从接口继承的方法 org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
方法详细资料
-
getSideChain
Gets the value of the 'side_chain' property.- 返回:
- the 'side_chain' value
-
setSideChain
Sets the value of the 'side_chain' property.- 参数:
sideChain- the new 'side_chain' value
-