Uses of Class
net.minecraft.world.gen.carver.CarverConfig
-
Uses of CarverConfig in net.minecraft.world.gen.carver
Modifier and TypeClassDescriptionclass
Carver<C extends CarverConfig>
final record
ConfiguredCarver<WC extends CarverConfig>
Modifier and TypeFieldDescriptionprivate final WC
ConfiguredCarver.config
The field for theconfig
record component.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<CarverConfig>
CarverConfig.CONFIG_CODEC
Modifier and TypeMethodDescriptionprivate static BlockState
Carver.getDebugState
(CarverConfig config, BlockState state) private static boolean
Carver.isDebug
(CarverConfig config) ModifierConstructorDescriptionCaveCarverConfig
(CarverConfig config, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) RavineCarverConfig
(CarverConfig config, FloatProvider verticalRotation, RavineCarverConfig.Shape shape)