Package org.bukkit.block.data.type
Interface Bamboo
'leaves' represents the size of the leaves on this bamboo block.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'leaves' property.void
setLeaves
(@NotNull Bamboo.Leaves leaves) Sets the value of the 'leaves' property.Methods inherited from interface org.bukkit.block.data.Ageable
getAge, getMaximumAge, setAge
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.type.Sapling
getMaximumStage, getStage, setStage
-
Method Details
-
getLeaves
Gets the value of the 'leaves' property.- Returns:
- the 'leaves' value
-
setLeaves
Sets the value of the 'leaves' property.- Parameters:
leaves
- the new 'leaves' value
-