Uses of Enum Class
net.minecraft.world.gen.GenerationStep.Carver
Package
Description
-
Uses of GenerationStep.Carver in net.minecraft.world.biome
Modifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carver,
List<RegistryEntry<ConfiguredCarver<?>>>> GenerationSettings.Builder.carvers
private final Map<GenerationStep.Carver,
RegistryEntryList<ConfiguredCarver<?>>> GenerationSettings.carvers
Modifier and TypeMethodDescriptionGenerationSettings.Builder.carver
(GenerationStep.Carver carverStep, RegistryEntry<? extends ConfiguredCarver<?>> carver) GenerationSettings.getCarversForStep
(GenerationStep.Carver carverStep) ModifierConstructorDescription(package private)
GenerationSettings
(Map<GenerationStep.Carver, RegistryEntryList<ConfiguredCarver<?>>> carvers, List<RegistryEntryList<PlacedFeature>> features) -
Uses of GenerationStep.Carver in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final Map<GenerationStep.Carver,
CarvingMask> ProtoChunk.carvingMasks
Modifier and TypeMethodDescriptionProtoChunk.getCarvingMask
(GenerationStep.Carver carver) ReadOnlyChunk.getCarvingMask
(GenerationStep.Carver carver) ProtoChunk.getOrCreateCarvingMask
(GenerationStep.Carver carver) ReadOnlyChunk.getOrCreateCarvingMask
(GenerationStep.Carver carver) void
ProtoChunk.setCarvingMask
(GenerationStep.Carver carver, CarvingMask carvingMask) -
Uses of GenerationStep.Carver in net.minecraft.world.gen
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<GenerationStep.Carver>
GenerationStep.Carver.CODEC
Modifier and TypeMethodDescriptionstatic GenerationStep.Carver
Returns the enum constant of this class with the specified name.static GenerationStep.Carver[]
GenerationStep.Carver.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GenerationStep.Carver in net.minecraft.world.gen.chunk
Modifier and TypeMethodDescriptionabstract void
ChunkGenerator.carve
(ChunkRegion chunkRegion, long seed, NoiseConfig noiseConfig, BiomeAccess world, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carverStep) Generates caves for the given chunk.void
DebugChunkGenerator.carve
(ChunkRegion chunkRegion, long seed, NoiseConfig noiseConfig, BiomeAccess world, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carverStep) Generates caves for the given chunk.void
FlatChunkGenerator.carve
(ChunkRegion chunkRegion, long seed, NoiseConfig noiseConfig, BiomeAccess world, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carverStep) Generates caves for the given chunk.void
NoiseChunkGenerator.carve
(ChunkRegion chunkRegion, long seed, NoiseConfig noiseConfig, BiomeAccess world, StructureAccessor structureAccessor, Chunk chunk, GenerationStep.Carver carverStep) Generates caves for the given chunk. -
Uses of GenerationStep.Carver in net.minecraft.world.gen.feature
Modifier and TypeMethodDescriptionFeaturePlacementContext.getOrCreateCarvingMask
(ChunkPos chunkPos, GenerationStep.Carver carver) -
Uses of GenerationStep.Carver in net.minecraft.world.gen.placementmodifier
Modifier and TypeFieldDescriptionprivate final GenerationStep.Carver
CarvingMaskPlacementModifier.step
Modifier and TypeMethodDescriptionstatic CarvingMaskPlacementModifier
CarvingMaskPlacementModifier.of
(GenerationStep.Carver step)