Package net.minecraft.world.gen.carver
Class ConfiguredCarver<WC extends ICarverConfig>
java.lang.Object
net.minecraft.world.gen.carver.ConfiguredCarver<WC>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Supplier<ConfiguredCarver<?>>>
private final WC
static final com.mojang.serialization.Codec<ConfiguredCarver<?>>
static final com.mojang.serialization.Codec<List<Supplier<ConfiguredCarver<?>>>>
private final WorldCarver<WC>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
carve
(IChunk p_227207_1_, Function<BlockPos, Biome> p_227207_2_, Random p_227207_3_, int p_227207_4_, int p_227207_5_, int p_227207_6_, int p_227207_7_, int p_227207_8_, BitSet p_227207_9_) config()
boolean
isStartChunk
(Random p_222730_1_, int p_222730_2_, int p_222730_3_)
-
Field Details
-
DIRECT_CODEC
-
CODEC
-
LIST_CODEC
-
worldCarver
-
config
-
-
Constructor Details
-
ConfiguredCarver
-
-
Method Details
-
config
-
isStartChunk
-
carve
-