net.minecraft.world.gen.carver

public class ConfiguredWorldCarver<C extends Configuration>

implements WorldCarver<FeatureConfiguration>

bwj
net.minecraft.class_3973
net.minecraft.world.gen.carver.ConfiguredWorldCarver
net.minecraft.world.gen.carver.WorldCarverWrapper
net.minecraft.world.gen.carver.WorldCarverWrapper

Field summary

Modifier and TypeField
private final WorldCarver<C>
a
field_19346
carver
field_203623_a
carver
private final C
b
field_19347
config
field_203624_b
config

Constructor summary

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

Method summary

Modifier and TypeMethod
public boolean
a(axk arg0, Random arg1, int arg2, int arg3, brz arg4)
method_17598(class_1158 arg0, Random arg1, int arg2, int arg3, class_3871 arg4)
isStartChunk(BlockView world, Random random, int chunkX, int chunkZ, FeatureConfiguration config)
func_212246_a(IBlockReader arg0, Random arg1, int arg2, int arg3, NoFeatureConfig arg4)
shouldCarve(IBlockReader blockReader, Random rand, int x, int z, NoFeatureConfig config)
public boolean
a(axz arg0, Random arg1, int arg2, int arg3, int arg4, int arg5, BitSet arg6, brz arg7)
method_17599(class_3598 arg0, Random arg1, int arg2, int arg3, int arg4, int arg5, BitSet arg6, class_3871 arg7)
carve(WorldAccess world, Random random, int offsetX, int offsetZ, int chunkX, int chunkZ, BitSet mask, FeatureConfiguration config)
func_202522_a(IWorld arg0, Random arg1, int arg2, int arg3, int arg4, int arg5, BitSet arg6, NoFeatureConfig arg7)
carve(IWorld region, Random random, int chunkX, int chunkZ, int originalX, int originalZ, BitSet mask, NoFeatureConfig config)