Uses of Class
net.minecraft.world.gen.carver.CarverConfig
Packages that use CarverConfig
-
Uses of CarverConfig in net.minecraft.world.gen.carver
Classes in net.minecraft.world.gen.carver with type parameters of type CarverConfigModifier and TypeClassDescriptionclass
Carver<C extends CarverConfig>
final record
ConfiguredCarver<WC extends CarverConfig>
Subclasses of CarverConfig in net.minecraft.world.gen.carverFields in net.minecraft.world.gen.carver declared as CarverConfigModifier and TypeFieldDescriptionprivate final WC
ConfiguredCarver.config
The field for theconfig
record component.Fields in net.minecraft.world.gen.carver with type parameters of type CarverConfigModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec
<CarverConfig> CarverConfig.CONFIG_CODEC
Methods in net.minecraft.world.gen.carver with type parameters of type CarverConfigMethods in net.minecraft.world.gen.carver with parameters of type CarverConfigModifier and TypeMethodDescriptionprivate static BlockState
Carver.getDebugState
(CarverConfig config, BlockState state) private static boolean
Carver.isDebug
(CarverConfig config) Constructors in net.minecraft.world.gen.carver with parameters of type CarverConfigModifierConstructorDescriptionCaveCarverConfig
(CarverConfig config, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) RavineCarverConfig
(CarverConfig config, FloatProvider verticalRotation, RavineCarverConfig.Shape shape)