Uses of Enum Class
net.minecraft.world.level.levelgen.GenerationStep.Carving
Packages that use GenerationStep.Carving
Package
Description
-
Uses of GenerationStep.Carving in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type GenerationStep.CarvingModifier and TypeFieldDescriptionprotected Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>BiomeGenerationSettings.Builder.carversprivate Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>BiomeGenerationSettings.carversprivate Set<GenerationStep.Carving>BiomeGenerationSettings.carversViewMethods in net.minecraft.world.level.biome that return types with arguments of type GenerationStep.CarvingMethods in net.minecraft.world.level.biome with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(GenerationStep.Carving p_47840_, ConfiguredWorldCarver<C> p_47841_)BiomeGenerationSettings.getCarvers(GenerationStep.Carving p_47800_)Constructor parameters in net.minecraft.world.level.biome with type arguments of type GenerationStep.CarvingModifierConstructorDescription(package private)BiomeGenerationSettings(Supplier<ConfiguredSurfaceBuilder<?>> p_47786_, Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>> p_47787_, List<List<Supplier<ConfiguredFeature<?,?>>>> p_47788_, List<Supplier<ConfiguredStructureFeature<?,?>>> p_47789_) -
Uses of GenerationStep.Carving in net.minecraft.world.level.chunk
Fields in net.minecraft.world.level.chunk with type parameters of type GenerationStep.CarvingModifier and TypeFieldDescriptionprivate Map<GenerationStep.Carving,BitSet>ProtoChunk.carvingMasksMethods in net.minecraft.world.level.chunk with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionvoidChunkGenerator.applyCarvers(long p_62157_, BiomeManager p_62158_, ChunkAccess p_62159_, GenerationStep.Carving p_62160_)ImposterProtoChunk.getCarvingMask(GenerationStep.Carving p_62700_)ProtoChunk.getCarvingMask(GenerationStep.Carving p_63188_)ImposterProtoChunk.getOrCreateCarvingMask(GenerationStep.Carving p_62732_)ProtoChunk.getOrCreateCarvingMask(GenerationStep.Carving p_63235_)voidProtoChunk.setCarvingMask(GenerationStep.Carving p_63190_, BitSet p_63191_) -
Uses of GenerationStep.Carving in net.minecraft.world.level.levelgen
Fields in net.minecraft.world.level.levelgen with type parameters of type GenerationStep.CarvingModifier and TypeFieldDescriptionprivate static Map<String,GenerationStep.Carving>GenerationStep.Carving.BY_NAMEstatic com.mojang.serialization.Codec<GenerationStep.Carving>GenerationStep.Carving.CODECMethods in net.minecraft.world.level.levelgen that return GenerationStep.CarvingModifier and TypeMethodDescriptionstatic GenerationStep.Carvingstatic GenerationStep.CarvingReturns 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.Methods in net.minecraft.world.level.levelgen with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionvoidDebugLevelSource.applyCarvers(long p_64132_, BiomeManager p_64133_, ChunkAccess p_64134_, GenerationStep.Carving p_64135_) -
Uses of GenerationStep.Carving in net.minecraft.world.level.levelgen.placement
Fields in net.minecraft.world.level.levelgen.placement declared as GenerationStep.CarvingModifier and TypeFieldDescriptionprotected GenerationStep.CarvingCarvingMaskDecoratorConfiguration.stepMethods in net.minecraft.world.level.levelgen.placement with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionDecorationContext.getCarvingMask(ChunkPos p_70588_, GenerationStep.Carving p_70589_)Constructors in net.minecraft.world.level.levelgen.placement with parameters of type GenerationStep.CarvingModifierConstructorDescription -
Uses of GenerationStep.Carving in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world with parameters of type GenerationStep.CarvingModifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getCarvers(GenerationStep.Carving stage)