Uses of Interface
net.minecraft.world.gen.carver.ICarverConfig
-
Packages that use ICarverConfig Package Description net.minecraft.world.biome net.minecraft.world.gen.carver net.minecraft.world.gen.feature -
-
Uses of ICarverConfig in net.minecraft.world.biome
Methods in net.minecraft.world.biome with type parameters of type ICarverConfig Modifier and Type Method Description <C extends ICarverConfig>
BiomeGenerationSettings.BuilderBiomeGenerationSettings.Builder. addCarver(GenerationStage.Carving p_242512_1_, ConfiguredCarver<C> p_242512_2_)
-
Uses of ICarverConfig in net.minecraft.world.gen.carver
Classes in net.minecraft.world.gen.carver with type parameters of type ICarverConfig Modifier and Type Class Description class
ConfiguredCarver<WC extends ICarverConfig>
class
WorldCarver<C extends ICarverConfig>
Classes in net.minecraft.world.gen.carver that implement ICarverConfig Modifier and Type Class Description class
EmptyCarverConfig
Fields in net.minecraft.world.gen.carver declared as ICarverConfig Modifier and Type Field Description private WC
ConfiguredCarver. config
Methods in net.minecraft.world.gen.carver with type parameters of type ICarverConfig Modifier and Type Method Description private static <WC extends ICarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers. register(java.lang.String p_243773_0_, ConfiguredCarver<WC> p_243773_1_)
private static <C extends ICarverConfig,F extends WorldCarver<C>>
FWorldCarver. register(java.lang.String p_222699_0_, F p_222699_1_)
-
Uses of ICarverConfig in net.minecraft.world.gen.feature
Classes in net.minecraft.world.gen.feature that implement ICarverConfig Modifier and Type Class Description class
ProbabilityConfig
-