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 SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiongetTilt()Gets the value of the 'tilt' property.voidsetTilt(@NotNull BigDripleaf.Tilt tilt) Sets the value of the 'tilt' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDropsMethods inherited from interface org.bukkit.block.data.DirectionalgetFaces, getFacing, setFacingMethods inherited from interface org.bukkit.block.data.WaterloggedisWaterlogged, setWaterlogged
- 
Method Details- 
getTiltGets the value of the 'tilt' property.- Returns:
- the 'tilt' value
 
- 
setTiltSets the value of the 'tilt' property.- Parameters:
- tilt- the new 'tilt' value
 
 
-