接口 Orientable
- 所有已知子接口:
Chain
'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.-
方法概要
从接口继承的方法 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
-
方法详细资料
-
getAxis
Gets the value of the 'axis' property.- 返回:
- the 'axis' value
-
setAxis
Sets the value of the 'axis' property.- 参数:
axis
- the new 'axis' value
-
getAxes
Gets the axes which are applicable to this block.- 返回:
- the allowed 'axis' values
-