Uses of Enum Class
net.minecraft.world.level.levelgen.GenerationStep.Carving
Package
Description
-
Uses of GenerationStep.Carving in net.minecraft.world.level.biome
Modifier 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
Modifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver
(GenerationStep.Carving p_256471_, ResourceKey<ConfiguredWorldCarver<?>> p_255733_) BiomeGenerationSettings.PlainBuilder.addCarver
(GenerationStep.Carving p_256091_, Holder<ConfiguredWorldCarver<?>> p_256082_) BiomeGenerationSettings.getCarvers
(GenerationStep.Carving p_204188_) ModifierConstructorDescription(package private)
BiomeGenerationSettings
(Map<GenerationStep.Carving, HolderSet<ConfiguredWorldCarver<?>>> p_186650_, List<HolderSet<PlacedFeature>> p_186651_) -
Uses of GenerationStep.Carving in net.minecraft.world.level.chunk
Modifier and TypeFieldDescriptionprivate final Map
<GenerationStep.Carving, CarvingMask> ProtoChunk.carvingMasks
Modifier and TypeMethodDescriptionabstract void
ChunkGenerator.applyCarvers
(WorldGenRegion p_223043_, long p_223044_, RandomState p_223045_, BiomeManager p_223046_, StructureManager p_223047_, ChunkAccess p_223048_, GenerationStep.Carving p_223049_) ImposterProtoChunk.getCarvingMask
(GenerationStep.Carving p_187926_) ProtoChunk.getCarvingMask
(GenerationStep.Carving p_188185_) ImposterProtoChunk.getOrCreateCarvingMask
(GenerationStep.Carving p_187934_) ProtoChunk.getOrCreateCarvingMask
(GenerationStep.Carving p_188191_) void
ProtoChunk.setCarvingMask
(GenerationStep.Carving p_188187_, CarvingMask p_188188_) -
Uses of GenerationStep.Carving in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<GenerationStep.Carving> GenerationStep.Carving.CODEC
Modifier 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.Modifier and TypeMethodDescriptionvoid
DebugLevelSource.applyCarvers
(WorldGenRegion p_223970_, long p_223971_, RandomState p_223972_, BiomeManager p_223973_, StructureManager p_223974_, ChunkAccess p_223975_, GenerationStep.Carving p_223976_) void
FlatLevelSource.applyCarvers
(WorldGenRegion p_224166_, long p_224167_, RandomState p_224168_, BiomeManager p_224169_, StructureManager p_224170_, ChunkAccess p_224171_, GenerationStep.Carving p_224172_) void
NoiseBasedChunkGenerator.applyCarvers
(WorldGenRegion p_224224_, long p_224225_, RandomState p_224226_, BiomeManager p_224227_, StructureManager p_224228_, ChunkAccess p_224229_, GenerationStep.Carving p_224230_) -
Uses of GenerationStep.Carving in net.minecraft.world.level.levelgen.placement
Modifier and TypeMethodDescriptionstatic CarvingMaskPlacement
CarvingMaskPlacement.forStep
(GenerationStep.Carving p_191591_) PlacementContext.getCarvingMask
(ChunkPos p_191822_, GenerationStep.Carving p_191823_) -
Uses of GenerationStep.Carving in net.neoforged.neoforge.common.world
Modifier and TypeFieldDescriptionprivate final GenerationStep.Carving
BiomeModifiers.AddCarversBiomeModifier.step
The field for thestep
record component.Modifier and TypeFieldDescriptionprivate final Set
<GenerationStep.Carving> BiomeModifiers.RemoveCarversBiomeModifier.steps
The field for thesteps
record component.Modifier and TypeMethodDescriptionBiomeModifiers.AddCarversBiomeModifier.step()
Returns the value of thestep
record component.Modifier and TypeMethodDescriptionBiomeModifiers.RemoveCarversBiomeModifier.steps()
Returns the value of thesteps
record component.Modifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getCarvers
(GenerationStep.Carving stage) ModifierConstructorDescriptionAddCarversBiomeModifier
(HolderSet<Biome> biomes, HolderSet<ConfiguredWorldCarver<?>> carvers, GenerationStep.Carving step) Creates an instance of aAddCarversBiomeModifier
record class.ModifierConstructorDescriptionRemoveCarversBiomeModifier
(HolderSet<Biome> biomes, HolderSet<ConfiguredWorldCarver<?>> carvers, Set<GenerationStep.Carving> steps) Creates an instance of aRemoveCarversBiomeModifier
record class.