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 TypeFieldDescriptionprotected final Map<GenerationStep.Carving,
List<Holder<ConfiguredWorldCarver<?>>>> BiomeGenerationSettings.Builder.carvers
private final Map<GenerationStep.Carving,
HolderSet<ConfiguredWorldCarver<?>>> BiomeGenerationSettings.carvers
private final Set<GenerationStep.Carving>
BiomeGenerationSettings.carversView
Modifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver
(GenerationStep.Carving p_204199_, Holder<? extends ConfiguredWorldCarver<?>> p_204200_) 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_187691_, long p_187692_, BiomeManager p_187693_, StructureFeatureManager p_187694_, ChunkAccess p_187695_, GenerationStep.Carving p_187696_) 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 TypeFieldDescriptionprivate static final Map<String,
GenerationStep.Carving> GenerationStep.Carving.BY_NAME
static final com.mojang.serialization.Codec<GenerationStep.Carving>
GenerationStep.Carving.CODEC
Modifier and TypeMethodDescriptionstatic GenerationStep.Carving
static 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_188513_, long p_188514_, BiomeManager p_188515_, StructureFeatureManager p_188516_, ChunkAccess p_188517_, GenerationStep.Carving p_188518_) void
FlatLevelSource.applyCarvers
(WorldGenRegion p_188547_, long p_188548_, BiomeManager p_188549_, StructureFeatureManager p_188550_, ChunkAccess p_188551_, GenerationStep.Carving p_188552_) void
NoiseBasedChunkGenerator.applyCarvers
(WorldGenRegion p_188629_, long p_188630_, BiomeManager p_188631_, StructureFeatureManager p_188632_, ChunkAccess p_188633_, GenerationStep.Carving p_188634_) -
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.minecraftforge.common.world
Modifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getCarvers
(GenerationStep.Carving stage)