Package org.bukkit.block.data.type
Interface Bamboo
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Bamboo.Leaves
Bamboo leaf size.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bamboo.Leaves
getLeaves()
Gets the value of the 'leaves' property.void
setLeaves(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, getAsString, getAsString, getMaterial, matches, merge
-
Methods inherited from interface org.bukkit.block.data.type.Sapling
getMaximumStage, getStage, setStage
-
-
-
-
Method Detail
-
getLeaves
@NotNull Bamboo.Leaves getLeaves()
Gets the value of the 'leaves' property.- Returns:
- the 'leaves' value
-
setLeaves
void setLeaves(@NotNull Bamboo.Leaves leaves)
Sets the value of the 'leaves' property.- Parameters:
leaves
- the new 'leaves' value
-
-