net.minecraft.world.level.levelgen.carver

public record ConfiguredWorldCarver<WC extends CarverConfiguration>

efu
net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver
net.minecraft.class_2922
net.minecraft.world.gen.carver.ConfiguredCarver
net.minecraft.world.level.levelgen.carver.WorldGenCarverWrapper

Field summary

Modifier and TypeField
private final WorldCarver<WC>
d
worldCarver
comp_330
carver
private final WC
e
config
comp_331
config
public static final com.mojang.serialization.Codec<ConfiguredWorldCarver<?>>
a
DIRECT_CODEC
field_25832
CODEC
public static final com.mojang.serialization.Codec<Holder<ConfiguredWorldCarver<?>>>
b
CODEC
field_24828
REGISTRY_CODEC
public static final com.mojang.serialization.Codec<HolderSet<ConfiguredWorldCarver<?>>>
c
LIST_CODEC
field_26755
LIST_CODEC

Constructor summary

ModifierConstructor
public (WorldCarver<WC> carver, WC config)

Method summary

Modifier and TypeMethod
public boolean
a(bam arg0)
isStartChunk(RandomSource arg0)
method_12669(class_5819 arg0)
shouldCarve(Random random)
public boolean
a(efr arg0, dzq arg1, Function<jh, jq<dik>> arg2, bam arg3, edc arg4, dgo arg5, dzp arg6)
carve(CarvingContext arg0, ChunkAccess arg1, Function<BlockPos, Holder<Biome>> arg2, RandomSource arg3, Aquifer arg4, ChunkPos arg5, CarvingMask arg6)
method_12668(class_5873 arg0, class_2791 arg1, Function<class_2338, class_6880<class_1959>> arg2, class_5819 arg3, class_6350 arg4, class_1923 arg5, class_6643 arg6)
carve(CarverContext context, Chunk chunk, Function<BlockPos, RegistryEntry<Biome>> posToBiome, Random random, AquiferSampler aquiferSampler, ChunkPos pos, CarvingMask mask)
public WorldCarver<WC>
a()
worldCarver()
comp_330()
carver()
public WC
b()
config()
comp_331()
config()