Package org.bukkit.block.data
Interface Orientable
- All Known Subinterfaces:
Chain
,CreakingHeart
'axis' represents the axis along whilst this block is oriented.
Some blocks such as the portal block may not be able to be placed in all orientations, use
Some blocks such as the portal block may not be able to be placed in all orientations, use
getAxes()
to retrieve all possible such
orientations.-
Method Summary
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
-
getAxis
Gets the value of the 'axis' property.- Returns:
- the 'axis' value
-
setAxis
Sets the value of the 'axis' property.- Parameters:
axis
- the new 'axis' value
-
getAxes
Gets the axes which are applicable to this block.- Returns:
- the allowed 'axis' values
-