Uses of Enum Class
net.minecraft.world.level.levelgen.GenerationStep.Carving
Packages that use GenerationStep.Carving
Package
Description
-
Uses of GenerationStep.Carving in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type GenerationStep.CarvingModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> BiomeGenerationSettings.carversprotected final Map<GenerationStep.Carving, List<Holder<ConfiguredWorldCarver<?>>>> BiomeGenerationSettings.PlainBuilder.carversprivate final Set<GenerationStep.Carving> BiomeGenerationSettings.carversViewMethods in net.minecraft.world.level.biome that return types with arguments of type GenerationStep.CarvingMethods in net.minecraft.world.level.biome with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(GenerationStep.Carving carving, ResourceKey<ConfiguredWorldCarver<?>> carver) BiomeGenerationSettings.PlainBuilder.addCarver(GenerationStep.Carving carving, Holder<ConfiguredWorldCarver<?>> carver) BiomeGenerationSettings.getCarvers(GenerationStep.Carving step) Constructor parameters in net.minecraft.world.level.biome with type arguments of type GenerationStep.CarvingModifierConstructorDescriptionBiomeGenerationSettings(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_carvers, List<HolderSet<PlacedFeature>> features) -
Uses of GenerationStep.Carving in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type GenerationStep.CarvingModifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carving, CarvingMask> ProtoChunk.carvingMasksMethods in net.minecraft.world.level.chunk with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionabstract voidChunkGenerator.applyCarvers(WorldGenRegion level, long seed, RandomState random, BiomeManager biomeManager, StructureManager structureManager, ChunkAccess chunk, GenerationStep.Carving step) ImposterProtoChunk.getCarvingMask(GenerationStep.Carving step) ProtoChunk.getCarvingMask(GenerationStep.Carving step) ImposterProtoChunk.getOrCreateCarvingMask(GenerationStep.Carving step) ProtoChunk.getOrCreateCarvingMask(GenerationStep.Carving step) voidProtoChunk.setCarvingMask(GenerationStep.Carving step, CarvingMask carvingMask) -
Uses of GenerationStep.Carving in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type GenerationStep.CarvingModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GenerationStep.Carving> GenerationStep.Carving.CODECMethods in net.minecraft.world.level.levelgen that return GenerationStep.CarvingModifier and TypeMethodDescriptionstatic GenerationStep.CarvingReturns the enum constant of this class with the specified name.static GenerationStep.Carving[]GenerationStep.Carving.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.level.levelgen with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionvoidDebugLevelSource.applyCarvers(WorldGenRegion level, long seed, RandomState random, BiomeManager biomeManager, StructureManager structureManager, ChunkAccess chunk, GenerationStep.Carving step) voidFlatLevelSource.applyCarvers(WorldGenRegion level, long seed, RandomState random, BiomeManager biomeManager, StructureManager structureManager, ChunkAccess chunk, GenerationStep.Carving step) voidNoiseBasedChunkGenerator.applyCarvers(WorldGenRegion level, long seed, RandomState random, BiomeManager biomeManager, StructureManager structureManager, ChunkAccess chunk, GenerationStep.Carving step) -
Uses of GenerationStep.Carving in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement declared as GenerationStep.CarvingMethods in net.minecraft.world.level.levelgen.placement with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionstatic CarvingMaskPlacementCarvingMaskPlacement.forStep(GenerationStep.Carving step) PlacementContext.getCarvingMask(ChunkPos chunkPos, GenerationStep.Carving step) Constructors in net.minecraft.world.level.levelgen.placement with parameters of type GenerationStep.Carving -
Uses of GenerationStep.Carving in net.neoforged.neoforge.common.world
Fields in net.neoforged.neoforge.common.world declared as GenerationStep.CarvingModifier and TypeFieldDescriptionprivate final GenerationStep.CarvingBiomeModifiers.AddCarversBiomeModifier.stepThe field for thesteprecord component.Fields in net.neoforged.neoforge.common.world with type parameters of type GenerationStep.CarvingModifier and TypeFieldDescriptionprivate final Set<GenerationStep.Carving> BiomeModifiers.RemoveCarversBiomeModifier.stepsThe field for thestepsrecord component.Methods in net.neoforged.neoforge.common.world that return GenerationStep.CarvingModifier and TypeMethodDescriptionBiomeModifiers.AddCarversBiomeModifier.step()Returns the value of thesteprecord component.Methods in net.neoforged.neoforge.common.world that return types with arguments of type GenerationStep.CarvingModifier and TypeMethodDescriptionBiomeModifiers.RemoveCarversBiomeModifier.steps()Returns the value of thestepsrecord component.Methods in net.neoforged.neoforge.common.world with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getCarvers(GenerationStep.Carving stage) Constructors in net.neoforged.neoforge.common.world with parameters of type GenerationStep.CarvingModifierConstructorDescriptionAddCarversBiomeModifier(HolderSet<Biome> biomes, HolderSet<ConfiguredWorldCarver<?>> carvers, GenerationStep.Carving step) Creates an instance of aAddCarversBiomeModifierrecord class.Constructor parameters in net.neoforged.neoforge.common.world with type arguments of type GenerationStep.CarvingModifierConstructorDescriptionRemoveCarversBiomeModifier(HolderSet<Biome> biomes, HolderSet<ConfiguredWorldCarver<?>> carvers, Set<GenerationStep.Carving> steps) Creates an instance of aRemoveCarversBiomeModifierrecord class.