Uses of Class
net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver
Package
Description
-
Uses of ConfiguredWorldCarver in net.minecraft.core
Modifier and TypeFieldDescriptionstatic ResourceKey<Registry<ConfiguredWorldCarver<?>>>
Registry.CONFIGURED_CARVER_REGISTRY
-
Uses of ConfiguredWorldCarver in net.minecraft.data
Modifier and TypeFieldDescriptionstatic Registry<ConfiguredWorldCarver<?>>
BuiltinRegistries.CONFIGURED_CARVER
-
Uses of ConfiguredWorldCarver in net.minecraft.data.worldgen
Modifier 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
Modifier and TypeMethodDescriptionprivate static <WC extends CarverConfiguration>
ConfiguredWorldCarver<WC>Carvers.register(String p_126856_, ConfiguredWorldCarver<WC> p_126857_)
Modifier 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
Modifier and TypeFieldDescriptionprotected Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>
BiomeGenerationSettings.Builder.carvers
private Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>
BiomeGenerationSettings.carvers
Modifier and TypeMethodDescriptionBiomeGenerationSettings.getCarvers(GenerationStep.Carving p_47800_)
Modifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(GenerationStep.Carving p_47840_, ConfiguredWorldCarver<C> p_47841_)
ModifierConstructorDescription(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
Modifier 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
Modifier and TypeMethodDescriptioncom.mojang.serialization.Codec<ConfiguredWorldCarver<C>>
WorldCarver.configuredCodec()
-
Uses of ConfiguredWorldCarver in net.minecraftforge.common.world
Modifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getCarvers(GenerationStep.Carving stage)