Interface BigDripleaf
- All Superinterfaces:
BlockData, Cloneable, Directional, Dripleaf, Waterlogged
'tilt' indicates how far the leaf is tilted.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier 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 BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isReplaceable, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotateMethods inherited from interface Directional
getFaces, getFacing, setFacingMethods inherited from interface 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
-