接口 BigDripleaf
- 所有超级接口:
BlockData
,Cloneable
,Directional
,Dripleaf
,Waterlogged
'tilt' indicates how far the leaf is tilted.
-
嵌套类概要
-
方法概要
修饰符和类型方法说明getTilt()
Gets the value of the 'tilt' property.void
setTilt
(@NotNull BigDripleaf.Tilt tilt) Sets the value of the 'tilt' 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.Waterlogged
isWaterlogged, setWaterlogged
-
方法详细资料
-
getTilt
Gets the value of the 'tilt' property.- 返回:
- the 'tilt' value
-
setTilt
Sets the value of the 'tilt' property.- 参数:
tilt
- the new 'tilt' value
-