Uses of Record Class
net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver
Packages that use ConfiguredWorldCarver
Package
Description
-
Uses of ConfiguredWorldCarver in net.minecraft.core.registries
Fields in net.minecraft.core.registries with type parameters of type ConfiguredWorldCarverModifier and TypeFieldDescriptionstatic final ResourceKey
<Registry<ConfiguredWorldCarver<?>>> Registries.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 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
Methods in net.minecraft.data.worldgen that return types with arguments of type ConfiguredWorldCarverMethod parameters in net.minecraft.data.worldgen with type arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionstatic void
Carvers.bootstrap
(BootstrapContext<ConfiguredWorldCarver<?>> p_321662_) -
Uses of ConfiguredWorldCarver in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type ConfiguredWorldCarverModifier 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
Methods 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_256471_, ResourceKey<ConfiguredWorldCarver<?>> p_255733_) BiomeGenerationSettings.PlainBuilder.addCarver
(GenerationStep.Carving p_256091_, Holder<ConfiguredWorldCarver<?>> p_256082_) Constructor parameters in net.minecraft.world.level.biome with type arguments of type ConfiguredWorldCarverModifierConstructorDescriptionBiomeGenerationSettings
(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.CODEC
private final com.mojang.serialization.MapCodec
<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
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.MapCodec
<ConfiguredWorldCarver<C>> WorldCarver.configuredCodec()
-
Uses of ConfiguredWorldCarver in net.neoforged.neoforge.common.world
Fields in net.neoforged.neoforge.common.world with type parameters of type ConfiguredWorldCarverModifier and TypeFieldDescriptionprivate final HolderSet
<ConfiguredWorldCarver<?>> BiomeModifiers.AddCarversBiomeModifier.carvers
The field for thecarvers
record component.private final HolderSet
<ConfiguredWorldCarver<?>> BiomeModifiers.RemoveCarversBiomeModifier.carvers
The field for thecarvers
record component.Methods in net.neoforged.neoforge.common.world that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeModifiers.AddCarversBiomeModifier.carvers()
Returns the value of thecarvers
record component.BiomeModifiers.RemoveCarversBiomeModifier.carvers()
Returns the value of thecarvers
record component.BiomeGenerationSettingsBuilder.getCarvers
(GenerationStep.Carving stage)