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.CANYON
Carvers.CAVE
Carvers.NETHER_CAVE
Carvers.OCEAN_CAVE
Carvers.PROTOTYPE_CANYON
Carvers.PROTOTYPE_CAVE
Carvers.PROTOTYPE_CREVICE
Carvers.UNDERWATER_CANYON
Carvers.UNDERWATER_CAVE
Methods 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.carvers
private Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>
BiomeGenerationSettings.carvers
Methods 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.CODEC
private com.mojang.serialization.Codec<ConfiguredWorldCarver<C>>
WorldCarver.configuredCodec
static com.mojang.serialization.Codec<ConfiguredWorldCarver<?>>
ConfiguredWorldCarver.DIRECT_CODEC
static com.mojang.serialization.Codec<List<Supplier<ConfiguredWorldCarver<?>>>>
ConfiguredWorldCarver.LIST_CODEC
Methods 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)