Uses of Class
net.minecraft.world.gen.carver.ConfiguredCarver
Packages that use ConfiguredCarver
Package
Description
-
Uses of ConfiguredCarver in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionstatic final Registry<ConfiguredCarver<?>>WorldGenRegistries.CONFIGURED_CARVERstatic final RegistryKey<Registry<ConfiguredCarver<?>>>Registry.CONFIGURED_CARVER_REGISTRY -
Uses of ConfiguredCarver in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionprotected final Map<GenerationStage.Carving,List<Supplier<ConfiguredCarver<?>>>> BiomeGenerationSettings.Builder.carversprivate final Map<GenerationStage.Carving,List<Supplier<ConfiguredCarver<?>>>> BiomeGenerationSettings.carversMethods in net.minecraft.world.biome that return types with arguments of type ConfiguredCarverModifier and TypeMethodDescriptionList<Supplier<ConfiguredCarver<?>>>BiomeGenerationSettings.getCarvers(GenerationStage.Carving p_242489_1_) Methods in net.minecraft.world.biome with parameters of type ConfiguredCarverModifier and TypeMethodDescription<C extends ICarverConfig>
BiomeGenerationSettings.BuilderBiomeGenerationSettings.Builder.addCarver(GenerationStage.Carving p_242512_1_, ConfiguredCarver<C> p_242512_2_) Constructor parameters in net.minecraft.world.biome with type arguments of type ConfiguredCarverModifierConstructorDescriptionprivateBiomeGenerationSettings(Supplier<ConfiguredSurfaceBuilder<?>> p_i241935_1_, Map<GenerationStage.Carving, List<Supplier<ConfiguredCarver<?>>>> p_i241935_2_, List<List<Supplier<ConfiguredFeature<?, ?>>>> p_i241935_3_, List<Supplier<StructureFeature<?, ?>>> p_i241935_4_) -
Uses of ConfiguredCarver in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as ConfiguredCarverModifier and TypeFieldDescriptionstatic final ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers.CANYONstatic final ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers.CAVEstatic final ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers.NETHER_CAVEstatic final ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers.OCEAN_CAVEstatic final ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers.UNDERWATER_CANYONstatic final ConfiguredCarver<ProbabilityConfig>ConfiguredCarvers.UNDERWATER_CAVEFields in net.minecraft.world.gen.carver with type parameters of type ConfiguredCarverModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Supplier<ConfiguredCarver<?>>>ConfiguredCarver.CODECprivate final com.mojang.serialization.Codec<ConfiguredCarver<C>>WorldCarver.configuredCodecstatic final com.mojang.serialization.Codec<ConfiguredCarver<?>>ConfiguredCarver.DIRECT_CODECstatic final com.mojang.serialization.Codec<List<Supplier<ConfiguredCarver<?>>>>ConfiguredCarver.LIST_CODECMethods in net.minecraft.world.gen.carver that return ConfiguredCarverModifier and TypeMethodDescriptionWorldCarver.configured(C p_242761_1_) private static <WC extends ICarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers.register(String p_243773_0_, ConfiguredCarver<WC> p_243773_1_) Methods in net.minecraft.world.gen.carver that return types with arguments of type ConfiguredCarverModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ConfiguredCarver<C>>WorldCarver.configuredCodec()Methods in net.minecraft.world.gen.carver with parameters of type ConfiguredCarverModifier and TypeMethodDescriptionprivate static <WC extends ICarverConfig>
ConfiguredCarver<WC>ConfiguredCarvers.register(String p_243773_0_, ConfiguredCarver<WC> p_243773_1_) -
Uses of ConfiguredCarver in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world that return types with arguments of type ConfiguredCarverModifier and TypeMethodDescriptionList<Supplier<ConfiguredCarver<?>>>BiomeGenerationSettingsBuilder.getCarvers(GenerationStage.Carving stage)