Uses of Class
net.minecraft.world.level.levelgen.carver.CarverConfiguration
Package
Description
-
Uses of CarverConfiguration in net.minecraft.data.worldgen
Modifier and TypeMethodDescriptionprivate static <WC extends CarverConfiguration>
ConfiguredWorldCarver<WC>Carvers.register(String p_126856_, ConfiguredWorldCarver<WC> p_126857_)
-
Uses of CarverConfiguration in net.minecraft.world.level.biome
Modifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(GenerationStep.Carving p_47840_, ConfiguredWorldCarver<C> p_47841_)
-
Uses of CarverConfiguration in net.minecraft.world.level.levelgen.carver
Modifier and TypeClassDescriptionclass
ConfiguredWorldCarver<WC extends CarverConfiguration>
class
WorldCarver<C extends CarverConfiguration>
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.MapCodec<CarverConfiguration>
CarverConfiguration.CODEC
Modifier and TypeMethodDescriptionprivate static <C extends CarverConfiguration, F extends WorldCarver<C>>
FModifier and TypeMethodDescriptionprivate static BlockState
WorldCarver.getDebugState(CarverConfiguration p_159382_, BlockState p_159383_)
private static boolean
WorldCarver.isDebugEnabled(CarverConfiguration p_159424_)
ModifierConstructorDescriptionCanyonCarverConfiguration(CarverConfiguration p_158980_, FloatProvider p_158981_, CanyonCarverConfiguration.CanyonShapeConfiguration p_158982_)
CaveCarverConfiguration(CarverConfiguration p_159179_, FloatProvider p_159180_, FloatProvider p_159181_, FloatProvider p_159182_)