public abstract class DeciduousTree extends TreeType
leafMaterial, trunkMaterial| Modifier | Constructor and Description | 
|---|---|
| protected  | DeciduousTree(Material trunkMaterial,
             Material leafMaterial) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | renderCanopy(int blockInWorldX,
            int blockInWorldY,
            int height,
            int size,
            MinecraftWorld minecraftWorld,
            java.util.Random random) | 
| void | renderTree(int blockInWorldX,
          int blockInWorldY,
          int height,
          int strength,
          MinecraftWorld minecraftWorld,
          Dimension dimension,
          java.util.Random random) | 
getCapMaterial, maybePlaceLeaves, renderTrunk, renderVines, renderVinespublic void renderTree(int blockInWorldX,
                       int blockInWorldY,
                       int height,
                       int strength,
                       MinecraftWorld minecraftWorld,
                       Dimension dimension,
                       java.util.Random random)
renderTree in class TreeTypeprotected void renderCanopy(int blockInWorldX,
                            int blockInWorldY,
                            int height,
                            int size,
                            MinecraftWorld minecraftWorld,
                            java.util.Random random)