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.carvers
protected final Map
<GenerationStep.Carving, List<Holder<ConfiguredWorldCarver<?>>>> BiomeGenerationSettings.PlainBuilder.carvers
private final Set
<GenerationStep.Carving> BiomeGenerationSettings.carversView
Methods 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 pCarving, ResourceKey<ConfiguredWorldCarver<?>> pCarver) BiomeGenerationSettings.PlainBuilder.addCarver
(GenerationStep.Carving pCarving, Holder<ConfiguredWorldCarver<?>> pCarver) BiomeGenerationSettings.getCarvers
(GenerationStep.Carving pStep) Constructor parameters in net.minecraft.world.level.biome with type arguments of type GenerationStep.CarvingModifierConstructorDescriptionBiomeGenerationSettings
(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_) -
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.carvingMasks
Methods in net.minecraft.world.level.chunk with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionabstract void
ChunkGenerator.applyCarvers
(WorldGenRegion pLevel, long pSeed, RandomState pRandom, BiomeManager pBiomeManager, StructureManager pStructureManager, ChunkAccess pChunk, GenerationStep.Carving pStep) ImposterProtoChunk.getCarvingMask
(GenerationStep.Carving pStep) ProtoChunk.getCarvingMask
(GenerationStep.Carving pStep) ImposterProtoChunk.getOrCreateCarvingMask
(GenerationStep.Carving pStep) ProtoChunk.getOrCreateCarvingMask
(GenerationStep.Carving pStep) void
ProtoChunk.setCarvingMask
(GenerationStep.Carving pStep, CarvingMask pCarvingMask) -
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.CODEC
Methods in net.minecraft.world.level.levelgen that return GenerationStep.CarvingModifier and TypeMethodDescriptionstatic GenerationStep.Carving
Returns 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 TypeMethodDescriptionvoid
DebugLevelSource.applyCarvers
(WorldGenRegion pLevel, long pSeed, RandomState pRandom, BiomeManager pBiomeManager, StructureManager pStructureManager, ChunkAccess pChunk, GenerationStep.Carving pStep) void
FlatLevelSource.applyCarvers
(WorldGenRegion pLevel, long pSeed, RandomState pRandom, BiomeManager pBiomeManager, StructureManager pStructureManager, ChunkAccess pChunk, GenerationStep.Carving pStep) void
NoiseBasedChunkGenerator.applyCarvers
(WorldGenRegion pLevel, long pSeed, RandomState pRandom, BiomeManager pBiomeManager, StructureManager pStructureManager, ChunkAccess pChunk, GenerationStep.Carving pStep) -
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 CarvingMaskPlacement
CarvingMaskPlacement.forStep
(GenerationStep.Carving pStep) PlacementContext.getCarvingMask
(ChunkPos pChunkPos, GenerationStep.Carving pStep) 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.Carving
BiomeModifiers.AddCarversBiomeModifier.step
The field for thestep
record component.Fields in net.neoforged.neoforge.common.world with type parameters of type GenerationStep.CarvingModifier and TypeFieldDescriptionprivate final Set
<GenerationStep.Carving> BiomeModifiers.RemoveCarversBiomeModifier.steps
The field for thesteps
record component.Methods in net.neoforged.neoforge.common.world that return GenerationStep.CarvingModifier and TypeMethodDescriptionBiomeModifiers.AddCarversBiomeModifier.step()
Returns the value of thestep
record 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 thesteps
record 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 aAddCarversBiomeModifier
record 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 aRemoveCarversBiomeModifier
record class.