Uses of Enum Class
net.minecraft.world.gen.GenerationStage.Carving
Packages that use GenerationStage.Carving
Package
Description
-
Uses of GenerationStage.Carving in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type GenerationStage.CarvingModifier and TypeFieldDescriptionprotected final Map<GenerationStage.Carving,
List<Supplier<ConfiguredCarver<?>>>> BiomeGenerationSettings.Builder.carvers
private final Map<GenerationStage.Carving,
List<Supplier<ConfiguredCarver<?>>>> BiomeGenerationSettings.carvers
private final Set<GenerationStage.Carving>
BiomeGenerationSettings.carversView
Methods in net.minecraft.world.biome that return types with arguments of type GenerationStage.CarvingMethods in net.minecraft.world.biome with parameters of type GenerationStage.CarvingModifier and TypeMethodDescription<C extends ICarverConfig>
BiomeGenerationSettings.BuilderBiomeGenerationSettings.Builder.addCarver
(GenerationStage.Carving p_242512_1_, ConfiguredCarver<C> p_242512_2_) List<Supplier<ConfiguredCarver<?>>>
BiomeGenerationSettings.getCarvers
(GenerationStage.Carving p_242489_1_) Constructor parameters in net.minecraft.world.biome with type arguments of type GenerationStage.CarvingModifierConstructorDescriptionprivate
BiomeGenerationSettings
(Supplier<ConfiguredSurfaceBuilder<?>> p_i241935_1_, Map<GenerationStage.Carving, List<Supplier<ConfiguredCarver<?>>>> p_i241935_2_, List<List<Supplier<ConfiguredFeature<?, ?>>>> p_i241935_3_, List<Supplier<StructureFeature<?, ?>>> p_i241935_4_) -
Uses of GenerationStage.Carving in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk with type parameters of type GenerationStage.CarvingModifier and TypeFieldDescriptionprivate final Map<GenerationStage.Carving,
BitSet> ChunkPrimer.carvingMasks
Methods in net.minecraft.world.chunk with parameters of type GenerationStage.CarvingModifier and TypeMethodDescriptionChunkPrimer.getCarvingMask
(GenerationStage.Carving p_205749_1_) ChunkPrimerWrapper.getCarvingMask
(GenerationStage.Carving p_205749_1_) ChunkPrimer.getOrCreateCarvingMask
(GenerationStage.Carving p_230345_1_) ChunkPrimerWrapper.getOrCreateCarvingMask
(GenerationStage.Carving p_230345_1_) void
ChunkPrimer.setCarvingMask
(GenerationStage.Carving p_205767_1_, BitSet p_205767_2_) -
Uses of GenerationStage.Carving in net.minecraft.world.gen
Fields in net.minecraft.world.gen with type parameters of type GenerationStage.CarvingModifier and TypeFieldDescriptionprivate static final Map<String,
GenerationStage.Carving> GenerationStage.Carving.BY_NAME
static final com.mojang.serialization.Codec<GenerationStage.Carving>
GenerationStage.Carving.CODEC
Methods in net.minecraft.world.gen that return GenerationStage.CarvingModifier and TypeMethodDescriptionstatic GenerationStage.Carving
static GenerationStage.Carving
Returns the enum constant of this class with the specified name.static GenerationStage.Carving[]
GenerationStage.Carving.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.gen with parameters of type GenerationStage.CarvingModifier and TypeMethodDescriptionvoid
ChunkGenerator.applyCarvers
(long p_230350_1_, BiomeManager p_230350_3_, IChunk p_230350_4_, GenerationStage.Carving p_230350_5_) void
DebugChunkGenerator.applyCarvers
(long p_230350_1_, BiomeManager p_230350_3_, IChunk p_230350_4_, GenerationStage.Carving p_230350_5_) -
Uses of GenerationStage.Carving in net.minecraft.world.gen.feature
Methods in net.minecraft.world.gen.feature with parameters of type GenerationStage.CarvingModifier and TypeMethodDescriptionWorldDecoratingHelper.getCarvingMask
(ChunkPos p_242892_1_, GenerationStage.Carving p_242892_2_) -
Uses of GenerationStage.Carving in net.minecraft.world.gen.placement
Fields in net.minecraft.world.gen.placement declared as GenerationStage.CarvingConstructors in net.minecraft.world.gen.placement with parameters of type GenerationStage.CarvingModifierConstructorDescriptionCaveEdgeConfig
(GenerationStage.Carving p_i49000_1_, float p_i49000_2_) -
Uses of GenerationStage.Carving in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world with parameters of type GenerationStage.CarvingModifier and TypeMethodDescriptionList<Supplier<ConfiguredCarver<?>>>
BiomeGenerationSettingsBuilder.getCarvers
(GenerationStage.Carving stage)