Package org.bukkit.block.data.type
Interface BigDripleaf
- All Superinterfaces:
BlockData
,Cloneable
,Directional
,Dripleaf
,Waterlogged
'tilt' indicates how far the leaf is tilted.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTilt()
Gets the value of the 'tilt' property.void
setTilt
(BigDripleaf.Tilt tilt) Sets the value of the 'tilt' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge
Methods inherited from interface org.bukkit.block.data.Directional
getFaces, getFacing, setFacing
Methods inherited from interface org.bukkit.block.data.Waterlogged
isWaterlogged, setWaterlogged
-
Method Details
-
getTilt
Gets the value of the 'tilt' property.- Returns:
- the 'tilt' value
-
setTilt
Sets the value of the 'tilt' property.- Parameters:
tilt
- the new 'tilt' value
-