Class FeatureJungleTree

All Implemented Interfaces:
Predicate<org.cloudburstmc.api.block.BlockState>, WorldFeature, BlockFilter

public class FeatureJungleTree extends FeatureNormalTree
Generates normal trees, but with vines on the sides.
Author:
DaPorkchop_
  • Constructor Details

  • Method Details

    • placeTrunk

      protected void placeTrunk(org.cloudburstmc.api.level.ChunkManager level, net.daporkchop.lib.random.PRandom random, int x, int y, int z, int height, org.cloudburstmc.api.block.BlockState log, org.cloudburstmc.api.block.BlockState leaves)
      Overrides:
      placeTrunk in class FeatureNormalTree
    • placeVines

      protected void placeVines(org.cloudburstmc.api.level.ChunkManager level, net.daporkchop.lib.random.PRandom random, int x, int y, int z, org.cloudburstmc.api.util.Direction face)