Package org.bukkit.block.data.type
Interface Bamboo
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBamboo.LeavesBamboo leaf size.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Bamboo.LeavesgetLeaves()Gets 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.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
-
-