Package de.eimmer.block.data.type
Interface Bamboo
'leaves' represents the size of the leaves on this bamboo block.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'leaves' property.void
setLeaves
(Bamboo.Leaves leaves) Sets the value of the 'leaves' property.Methods inherited from interface de.eimmer.block.data.Ageable
getAge, getMaximumAge, setAge
Methods inherited from interface de.eimmer.block.data.BlockData
clone, createBlockState, getAsString, getAsString, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
Methods inherited from interface de.eimmer.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
-