Uses of Class
net.minecraft.world.gen.carver.CarverConfig
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.world.biome | |
| net.minecraft.world.gen.carver |
-
Uses of CarverConfig in net.minecraft
Subclasses of CarverConfig in net.minecraft Modifier and Type Class Description classclass_6108Constructors in net.minecraft with parameters of type CarverConfig Constructor Description class_6108(CarverConfig carverConfig, FloatProvider floatProvider, FloatProvider floatProvider2, FloatProvider floatProvider3) -
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 classRavineCarverConfigFields 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 RavineCarverConfig(CarverConfig carverConfig, FloatProvider floatProvider, RavineCarverConfig.class_6107 class_6107)