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(BootstapContext<ConfiguredWorldCarver<?>> p_255626_) -
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 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 ConfiguredWorldCarverModifierConstructorDescription(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
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.Codec<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.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)