Class BushGrower

java.lang.Object
api.world.feature.AbstractTreeGrower
btw.world.feature.trees.grower.BushGrower

public class BushGrower extends AbstractTreeGrower
  • Constructor Details

  • Method Details

    • growTree

      public boolean growTree(World world, Random rand, int x, int y, int z, boolean isWorldGen)
      Specified by:
      growTree in class AbstractTreeGrower
    • canTreeGrowHere

      protected boolean canTreeGrowHere(World world, int x, int y, int z, int treeHeight, boolean isWorldGen)