Uses of Class
net.minecraft.world.gen.carver.CarverConfig
Packages that use CarverConfig
-
Uses of CarverConfig in net.minecraft.world.biome
Methods in net.minecraft.world.biome with type parameters of type CarverConfigModifier and TypeMethodDescription<C extends CarverConfig>
GenerationSettings.BuilderGenerationSettings.Builder.carver
(GenerationStep.Carver carverStep, ConfiguredCarver<C> carver) -
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>
class
ConfiguredCarver<WC extends CarverConfig>
Subclasses of CarverConfig in net.minecraft.world.gen.carverFields in net.minecraft.world.gen.carver declared as CarverConfigFields 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 CarverConfigModifier and TypeMethodDescriptionprivate static <C extends CarverConfig,
F extends Carver<C>>
Fprivate static <WC extends CarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers.register
(String id, ConfiguredCarver<WC> configuredCarver) Methods 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)