Package btw.world.feature.trees.grower
Class BushGrower
java.lang.Object
api.world.feature.AbstractTreeGrower
btw.world.feature.trees.grower.BushGrower
-
Field Summary
Fields inherited from class api.world.feature.AbstractTreeGrower
maxTreeHeight, minTreeHeight, name, woodType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanTreeGrowHere(World world, int x, int y, int z, int treeHeight, boolean isWorldGen) booleanMethods inherited from class api.world.feature.AbstractTreeGrower
isLogReplaceable, isReplaceable, setBlock, setBlockAndMetadata
-
Constructor Details
-
BushGrower
-
-
Method Details
-
growTree
- Specified by:
growTreein classAbstractTreeGrower
-
canTreeGrowHere
protected boolean canTreeGrowHere(World world, int x, int y, int z, int treeHeight, boolean isWorldGen)
-