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
(@NotNull BigDripleaf.Tilt tilt) Sets the value of the 'tilt' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
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
-