Uses of 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 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 Registry<ConfiguredWorldCarver<?>>BuiltinRegistries.CONFIGURED_CARVER -
Uses of ConfiguredWorldCarver in net.minecraft.data.worldgen
Fields in net.minecraft.data.worldgen declared as ConfiguredWorldCarverModifier and TypeFieldDescriptionCarvers.CANYONCarvers.CAVECarvers.NETHER_CAVECarvers.OCEAN_CAVECarvers.PROTOTYPE_CANYONCarvers.PROTOTYPE_CAVECarvers.PROTOTYPE_CREVICECarvers.UNDERWATER_CANYONCarvers.UNDERWATER_CAVEMethods in net.minecraft.data.worldgen that return ConfiguredWorldCarverModifier and TypeMethodDescriptionprivate static <WC extends CarverConfiguration>
ConfiguredWorldCarver<WC>Carvers.register(String p_126856_, ConfiguredWorldCarver<WC> p_126857_)Methods in net.minecraft.data.worldgen with parameters of type ConfiguredWorldCarverModifier and TypeMethodDescriptionprivate static <WC extends CarverConfiguration>
ConfiguredWorldCarver<WC>Carvers.register(String p_126856_, ConfiguredWorldCarver<WC> p_126857_) -
Uses of ConfiguredWorldCarver in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type ConfiguredWorldCarverModifier and TypeFieldDescriptionprotected Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>BiomeGenerationSettings.Builder.carversprivate Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>BiomeGenerationSettings.carversMethods in net.minecraft.world.level.biome that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.getCarvers(GenerationStep.Carving p_47800_)Methods in net.minecraft.world.level.biome with parameters of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(GenerationStep.Carving p_47840_, ConfiguredWorldCarver<C> p_47841_)Constructor parameters in net.minecraft.world.level.biome with type arguments of type ConfiguredWorldCarverModifierConstructorDescription(package private)BiomeGenerationSettings(Supplier<ConfiguredSurfaceBuilder<?>> p_47786_, Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>> p_47787_, List<List<Supplier<ConfiguredFeature<?,?>>>> p_47788_, List<Supplier<ConfiguredStructureFeature<?,?>>> p_47789_) -
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 com.mojang.serialization.Codec<Supplier<ConfiguredWorldCarver<?>>>ConfiguredWorldCarver.CODECprivate com.mojang.serialization.Codec<ConfiguredWorldCarver<C>>WorldCarver.configuredCodecstatic com.mojang.serialization.Codec<ConfiguredWorldCarver<?>>ConfiguredWorldCarver.DIRECT_CODECstatic com.mojang.serialization.Codec<List<Supplier<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)