Uses of Class
net.minecraft.world.gen.GenerationStep.Carver
| Package | Description |
|---|---|
| net.minecraft.world.biome | |
| net.minecraft.world.chunk | |
| net.minecraft.world.gen | |
| net.minecraft.world.gen.chunk | |
| net.minecraft.world.gen.decorator |
-
Uses of GenerationStep.Carver in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type GenerationStep.Carver Modifier and Type Field Description private Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>>GenerationSettings.Builder. carversprivate Map<GenerationStep.Carver,List<Supplier<ConfiguredCarver<?>>>>GenerationSettings. carversMethods in net.minecraft.world.biome with parameters of type GenerationStep.Carver Modifier and Type Method Description <C extends CarverConfig>
GenerationSettings.BuilderGenerationSettings.Builder. carver(GenerationStep.Carver carverStep, ConfiguredCarver<C> carver)List<Supplier<ConfiguredCarver<?>>>GenerationSettings. getCarversForStep(GenerationStep.Carver carverStep)Constructor parameters in net.minecraft.world.biome with type arguments of type GenerationStep.Carver Constructor Description 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
Fields in net.minecraft.world.chunk with type parameters of type GenerationStep.Carver Modifier and Type Field Description private Map<GenerationStep.Carver,BitSet>ProtoChunk. carvingMasksMethods in net.minecraft.world.chunk with parameters of type GenerationStep.Carver Modifier and Type Method Description @Nullable BitSetProtoChunk. getCarvingMask(GenerationStep.Carver carver)BitSetReadOnlyChunk. getCarvingMask(GenerationStep.Carver carver)BitSetProtoChunk. getOrCreateCarvingMask(GenerationStep.Carver carver)BitSetReadOnlyChunk. getOrCreateCarvingMask(GenerationStep.Carver carver)voidProtoChunk. setCarvingMask(GenerationStep.Carver carver, BitSet mask) -
Uses of GenerationStep.Carver in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type GenerationStep.Carver Modifier and Type Field Description private static Map<String,GenerationStep.Carver>GenerationStep.Carver. BY_NAMEstatic com.mojang.serialization.Codec<GenerationStep.Carver>GenerationStep.Carver. CODECMethods in net.minecraft.world.gen that return GenerationStep.Carver Modifier and Type Method Description static @Nullable GenerationStep.CarverGenerationStep.Carver. byName(String name)static GenerationStep.CarverGenerationStep.Carver. valueOf(String name)Returns the enum constant of this type with the specified name.static GenerationStep.Carver[]GenerationStep.Carver. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GenerationStep.Carver in net.minecraft.world.gen.chunk
Methods in net.minecraft.world.gen.chunk with parameters of type GenerationStep.Carver Modifier and Type Method Description voidChunkGenerator. carve(long seed, BiomeAccess access, Chunk chunk, GenerationStep.Carver carver)Generates caves for the given chunk.voidDebugChunkGenerator. 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
Fields in net.minecraft.world.gen.decorator declared as GenerationStep.Carver Modifier and Type Field Description protected GenerationStep.CarverCarvingMaskDecoratorConfig. carverMethods in net.minecraft.world.gen.decorator with parameters of type GenerationStep.Carver Modifier and Type Method Description BitSetDecoratorContext. getOrCreateCarvingMask(ChunkPos chunkPos, GenerationStep.Carver carver)Constructors in net.minecraft.world.gen.decorator with parameters of type GenerationStep.Carver Constructor Description CarvingMaskDecoratorConfig(GenerationStep.Carver carver)