Uses of Record Class
net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver
Packages that use ConfiguredWorldCarver
Package
Description
-
Uses of ConfiguredWorldCarver in net.minecraft.core
Fields in net.minecraft.core with type parameters of type ConfiguredWorldCarverModifier and TypeFieldDescriptionstatic final ResourceKey<Registry<ConfiguredWorldCarver<?>>>Registry.CONFIGURED_CARVER_REGISTRY -
Uses of ConfiguredWorldCarver in net.minecraft.data
Fields in net.minecraft.data with type parameters of type ConfiguredWorldCarverModifier and TypeFieldDescriptionstatic final Registry<ConfiguredWorldCarver<?>>BuiltinRegistries.CONFIGURED_CARVER -
Uses of ConfiguredWorldCarver in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen with type parameters of type ConfiguredWorldCarverModifier and TypeFieldDescriptionstatic final Holder<ConfiguredWorldCarver<CanyonCarverConfiguration>>Carvers.CANYONstatic final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>Carvers.CAVEstatic final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>Carvers.CAVE_EXTRA_UNDERGROUNDstatic final Holder<ConfiguredWorldCarver<CaveCarverConfiguration>>Carvers.NETHER_CAVEMethods in net.minecraft.data.worldgen that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionprivate static <WC extends CarverConfiguration>
Holder<ConfiguredWorldCarver<WC>>Carvers.register(String p_206431_, ConfiguredWorldCarver<WC> p_206432_) Methods in net.minecraft.data.worldgen with parameters of type ConfiguredWorldCarverModifier and TypeMethodDescriptionprivate static <WC extends CarverConfiguration>
Holder<ConfiguredWorldCarver<WC>>Carvers.register(String p_206431_, ConfiguredWorldCarver<WC> p_206432_) -
Uses of ConfiguredWorldCarver in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type ConfiguredWorldCarverModifier and TypeFieldDescriptionprotected final Map<GenerationStep.Carving,List<Holder<ConfiguredWorldCarver<?>>>> BiomeGenerationSettings.Builder.carversprivate final Map<GenerationStep.Carving,HolderSet<ConfiguredWorldCarver<?>>> BiomeGenerationSettings.carversMethods in net.minecraft.world.level.biome that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.getCarvers(GenerationStep.Carving p_204188_) Method parameters in net.minecraft.world.level.biome with type arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(GenerationStep.Carving p_204199_, Holder<? extends ConfiguredWorldCarver<?>> p_204200_) Constructor parameters in net.minecraft.world.level.biome with type arguments of type ConfiguredWorldCarverModifierConstructorDescription(package private)BiomeGenerationSettings(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_) -
Uses of ConfiguredWorldCarver in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver with type parameters of type ConfiguredWorldCarverModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<ConfiguredWorldCarver<?>>>ConfiguredWorldCarver.CODECprivate final com.mojang.serialization.Codec<ConfiguredWorldCarver<C>>WorldCarver.configuredCodecstatic final com.mojang.serialization.Codec<ConfiguredWorldCarver<?>>ConfiguredWorldCarver.DIRECT_CODECstatic final com.mojang.serialization.Codec<HolderSet<ConfiguredWorldCarver<?>>>ConfiguredWorldCarver.LIST_CODECMethods in net.minecraft.world.level.levelgen.carver that return ConfiguredWorldCarverMethods in net.minecraft.world.level.levelgen.carver that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ConfiguredWorldCarver<C>>WorldCarver.configuredCodec() -
Uses of ConfiguredWorldCarver in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getCarvers(GenerationStep.Carving stage)