Package org.bukkit.block.data.type
Interface Bamboo
'leaves' represents the size of the leaves on this bamboo block.
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the 'leaves' property.voidsetLeaves(Bamboo.Leaves leaves) Sets the value of the 'leaves' property.Methods inherited from interface org.bukkit.block.data.AgeablegetAge, getMaximumAge, setAgeMethods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, mergeMethods inherited from interface org.bukkit.block.data.type.SaplinggetMaximumStage, getStage, setStage
- 
Method Details- 
getLeavesGets the value of the 'leaves' property.- Returns:
- the 'leaves' value
 
- 
setLeavesSets the value of the 'leaves' property.- Parameters:
- leaves- the new 'leaves' value
 
 
-