Uses of Record Class
net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver
Package
Description
-
Uses of ConfiguredWorldCarver in net.minecraft.core.registries
Modifier and TypeFieldDescriptionstatic final ResourceKey<Registry<ConfiguredWorldCarver<?>>>
Registries.CONFIGURED_CARVER
-
Uses of ConfiguredWorldCarver in net.minecraft.data.worldgen
Modifier and TypeFieldDescriptionstatic final ResourceKey<ConfiguredWorldCarver<?>>
Carvers.CANYON
static final ResourceKey<ConfiguredWorldCarver<?>>
Carvers.CAVE
static final ResourceKey<ConfiguredWorldCarver<?>>
Carvers.CAVE_EXTRA_UNDERGROUND
static final ResourceKey<ConfiguredWorldCarver<?>>
Carvers.NETHER_CAVE
Modifier and TypeMethodDescriptionstatic void
Carvers.bootstrap
(BootstapContext<ConfiguredWorldCarver<?>> p_255626_) -
Uses of ConfiguredWorldCarver in net.minecraft.world.level.biome
Modifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carving,
HolderSet<ConfiguredWorldCarver<?>>> BiomeGenerationSettings.carvers
protected final Map<GenerationStep.Carving,
List<Holder<ConfiguredWorldCarver<?>>>> BiomeGenerationSettings.PlainBuilder.carvers
private final HolderGetter<ConfiguredWorldCarver<?>>
BiomeGenerationSettings.Builder.worldCarvers
Modifier and TypeMethodDescriptionBiomeGenerationSettings.getCarvers
(GenerationStep.Carving p_204188_) Modifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver
(GenerationStep.Carving p_256471_, ResourceKey<ConfiguredWorldCarver<?>> p_255733_) BiomeGenerationSettings.PlainBuilder.addCarver
(GenerationStep.Carving p_256091_, Holder<ConfiguredWorldCarver<?>> p_256082_) ModifierConstructorDescription(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
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Holder<ConfiguredWorldCarver<?>>>
ConfiguredWorldCarver.CODEC
private final com.mojang.serialization.Codec<ConfiguredWorldCarver<C>>
WorldCarver.configuredCodec
static final com.mojang.serialization.Codec<ConfiguredWorldCarver<?>>
ConfiguredWorldCarver.DIRECT_CODEC
static final com.mojang.serialization.Codec<HolderSet<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)