Uses of Enum Class
net.minecraft.world.gen.GenerationStep.Carver
Package
Description
-
Uses of GenerationStep.Carver in net.minecraft.world.biome
Modifier and TypeFieldDescriptionprivate Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>>
GenerationSettings.Builder.carvers
private Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>>
GenerationSettings.carvers
Modifier and TypeMethodDescription<C extends CarverConfig>
GenerationSettings.BuilderGenerationSettings.Builder.carver(GenerationStep.Carver carverStep, ConfiguredCarver<C> carver)
List<Supplier<ConfiguredCarver<?>>>
GenerationSettings.getCarversForStep(GenerationStep.Carver carverStep)
ModifierConstructorDescription(package private)
GenerationSettings(Supplier<ConfiguredSurfaceBuilder<?>> surfaceBuilder, Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>> carvers, List<List<Supplier<ConfiguredFeature<?,?>>>> features, List<Supplier<ConfiguredStructureFeature<?,?>>> structureFeatures)
-
Uses of GenerationStep.Carver in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate Map<GenerationStep.Carver,BitSet>
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, BitSet mask)
-
Uses of GenerationStep.Carver in net.minecraft.world.gen
Modifier and TypeFieldDescriptionprivate static Map<String,GenerationStep.Carver>
GenerationStep.Carver.BY_NAME
static com.mojang.serialization.Codec<GenerationStep.Carver>
GenerationStep.Carver.CODEC
Modifier and TypeMethodDescriptionstatic @Nullable GenerationStep.Carver
static 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 TypeMethodDescriptionvoid
ChunkGenerator.carve(long seed, BiomeAccess access, Chunk chunk, GenerationStep.Carver carver)
Generates caves for the given chunk.void
DebugChunkGenerator.carve(long seed, BiomeAccess access, Chunk chunk, GenerationStep.Carver carver)
Generates caves for the given chunk. -
Uses of GenerationStep.Carver in net.minecraft.world.gen.decorator
Modifier and TypeFieldDescriptionprotected GenerationStep.Carver
CarvingMaskDecoratorConfig.carver
Modifier and TypeMethodDescriptionDecoratorContext.getOrCreateCarvingMask(ChunkPos chunkPos, GenerationStep.Carver carver)