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.CANYONstatic final ResourceKey<ConfiguredWorldCarver<?>> Carvers.CAVEstatic final ResourceKey<ConfiguredWorldCarver<?>> Carvers.CAVE_EXTRA_UNDERGROUNDstatic final ResourceKey<ConfiguredWorldCarver<?>> Carvers.NETHER_CAVEMethods 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 voidCarvers.bootstrap(BootstrapContext<ConfiguredWorldCarver<?>> context) -
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.carversprotected final Map<GenerationStep.Carving, List<Holder<ConfiguredWorldCarver<?>>>> BiomeGenerationSettings.PlainBuilder.carversprivate final HolderGetter<ConfiguredWorldCarver<?>> BiomeGenerationSettings.Builder.worldCarversMethods in net.minecraft.world.level.biome that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.getCarvers(GenerationStep.Carving step) Method parameters in net.minecraft.world.level.biome with type arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(GenerationStep.Carving carving, ResourceKey<ConfiguredWorldCarver<?>> carver) BiomeGenerationSettings.PlainBuilder.addCarver(GenerationStep.Carving carving, Holder<ConfiguredWorldCarver<?>> carver) Constructor parameters in net.minecraft.world.level.biome with type arguments of type ConfiguredWorldCarverModifierConstructorDescriptionBiomeGenerationSettings(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_carvers, List<HolderSet<PlacedFeature>> features) -
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.CODECprivate final com.mojang.serialization.MapCodec<ConfiguredWorldCarver<C>> WorldCarver.configuredCodecstatic final com.mojang.serialization.Codec<ConfiguredWorldCarver<?>> ConfiguredWorldCarver.DIRECT_CODECstatic final com.mojang.serialization.Codec<HolderSet<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.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.carversThe field for thecarversrecord component.private final HolderSet<ConfiguredWorldCarver<?>> BiomeModifiers.RemoveCarversBiomeModifier.carversThe field for thecarversrecord component.Methods in net.neoforged.neoforge.common.world that return types with arguments of type ConfiguredWorldCarverModifier and TypeMethodDescriptionBiomeModifiers.AddCarversBiomeModifier.carvers()Returns the value of thecarversrecord component.BiomeModifiers.RemoveCarversBiomeModifier.carvers()Returns the value of thecarversrecord component.BiomeGenerationSettingsBuilder.getCarvers(GenerationStep.Carving stage)