Uses of Class
net.minecraft.world.gen.carver.CarverConfig
| Package | Description |
|---|---|
| net.minecraft.world.biome | |
| net.minecraft.world.gen.carver |
-
Uses of CarverConfig in net.minecraft.world.biome
Methods in net.minecraft.world.biome with type parameters of type CarverConfig Modifier and Type Method Description <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 CarverConfig Modifier and Type Class Description classCarver<C extends CarverConfig>classConfiguredCarver<WC extends CarverConfig>Subclasses of CarverConfig in net.minecraft.world.gen.carver Modifier and Type Class Description classCaveCarverConfigclassRavineCarverConfigFields in net.minecraft.world.gen.carver declared as CarverConfig Modifier and Type Field Description private WCConfiguredCarver. configFields in net.minecraft.world.gen.carver with type parameters of type CarverConfig Modifier and Type Field Description static com.mojang.serialization.MapCodec<CarverConfig>CarverConfig. CONFIG_CODECMethods in net.minecraft.world.gen.carver with type parameters of type CarverConfig Modifier and Type Method Description private static <C extends CarverConfig, F extends Carver<C>>
FCarver. register(String name, F carver)private static <WC extends CarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers. register(String id, ConfiguredCarver<WC> configuredCarver)Methods in net.minecraft.world.gen.carver with parameters of type CarverConfig Modifier and Type Method Description private static BlockStateCarver. getState(CarverConfig config)private static booleanCarver. isDebug(CarverConfig config)Constructors in net.minecraft.world.gen.carver with parameters of type CarverConfig Constructor Description CaveCarverConfig(CarverConfig carverConfig, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel)RavineCarverConfig(CarverConfig carverConfig, FloatProvider verticalRotation, RavineCarverConfig.Shape shape)