Package org.bukkit.block.data
Interface SideChaining
- All Known Subinterfaces:
Shelf
'side_chain' represents the current side of this block.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'side_chain' property.void
Sets the value of the 'side_chain' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
Method Details
-
getSideChain
SideChaining.ChainPart getSideChain()Gets the value of the 'side_chain' property.- Returns:
- the 'side_chain' value
-
setSideChain
Sets the value of the 'side_chain' property.- Parameters:
part
- the new 'side_chain' value
-