Class ConfiguredCarver<WC extends CarverConfig>

java.lang.Object
net.minecraft.world.gen.carver.ConfiguredCarver<WC>

public class ConfiguredCarver<WC extends CarverConfig>
extends Object
  • Field Details

  • Constructor Details

    • ConfiguredCarver

      public ConfiguredCarver​(Carver<WC> carver, WC config)
  • Method Details

    • getConfig

      public WC getConfig()
    • shouldCarve

      public boolean shouldCarve​(Random random, int chunkX, int chunkZ)
    • carve

      public boolean carve​(Chunk chunk, Function<BlockPos,​Biome> posToBiome, Random random, int seaLevel, int chunkX, int chunkZ, int mainChunkX, int mainChunkZ, BitSet carvingMask)