Uses of Interface
net.minecraft.world.gen.carver.ICarverConfig
Packages that use ICarverConfig
Package
Description
-
Uses of ICarverConfig in net.minecraft.world.biome
Methods in net.minecraft.world.biome with type parameters of type ICarverConfigModifier and TypeMethodDescription<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 ICarverConfigModifier and TypeClassDescriptionclass
ConfiguredCarver<WC extends ICarverConfig>
class
WorldCarver<C extends ICarverConfig>
Classes in net.minecraft.world.gen.carver that implement ICarverConfigFields in net.minecraft.world.gen.carver declared as ICarverConfigMethods in net.minecraft.world.gen.carver with type parameters of type ICarverConfigModifier and TypeMethodDescriptionprivate static <WC extends ICarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers.register
(String p_243773_0_, ConfiguredCarver<WC> p_243773_1_) private static <C extends ICarverConfig,
F extends WorldCarver<C>>
F -
Uses of ICarverConfig in net.minecraft.world.gen.feature
Classes in net.minecraft.world.gen.feature that implement ICarverConfig