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, renderVines
public void renderTree(int blockInWorldX, int blockInWorldY, int height, int strength, MinecraftWorld minecraftWorld, Dimension dimension, java.util.Random random)
renderTree
in class TreeType
protected void renderCanopy(int blockInWorldX, int blockInWorldY, int height, int size, MinecraftWorld minecraftWorld, java.util.Random random)