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 class
class_6108
Constructors 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 class
Carver<C extends CarverConfig>
class
ConfiguredCarver<WC extends CarverConfig>
Subclasses of CarverConfig in net.minecraft.world.gen.carver Modifier and Type Class Description class
RavineCarverConfig
Fields in net.minecraft.world.gen.carver declared as CarverConfig Modifier and Type Field Description private WC
ConfiguredCarver. config
Fields 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_CODEC
Methods 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 BlockState
Carver. getState(CarverConfig config)
private static boolean
Carver. 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)