Uses of Enum Class
net.minecraft.world.level.levelgen.GenerationStep.Carving
Package
Description
-
Uses of GenerationStep.Carving in net.minecraft.world.level.biome
Modifier and TypeFieldDescriptionprotected Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>
BiomeGenerationSettings.Builder.carvers
private Map<GenerationStep.Carving,List<Supplier<ConfiguredWorldCarver<?>>>>
BiomeGenerationSettings.carvers
private Set<GenerationStep.Carving>
BiomeGenerationSettings.carversView
Modifier and TypeMethodDescriptionBiomeGenerationSettings.Builder.addCarver(GenerationStep.Carving p_47840_, ConfiguredWorldCarver<C> p_47841_)
BiomeGenerationSettings.getCarvers(GenerationStep.Carving p_47800_)
ModifierConstructorDescription(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
Modifier and TypeFieldDescriptionprivate Map<GenerationStep.Carving,BitSet>
ProtoChunk.carvingMasks
Modifier and TypeMethodDescriptionvoid
ChunkGenerator.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_)
void
ProtoChunk.setCarvingMask(GenerationStep.Carving p_63190_, BitSet p_63191_)
-
Uses of GenerationStep.Carving in net.minecraft.world.level.levelgen
Modifier and TypeFieldDescriptionprivate static Map<String,GenerationStep.Carving>
GenerationStep.Carving.BY_NAME
static com.mojang.serialization.Codec<GenerationStep.Carving>
GenerationStep.Carving.CODEC
Modifier and TypeMethodDescriptionstatic GenerationStep.Carving
static GenerationStep.Carving
Returns 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.Modifier and TypeMethodDescriptionvoid
DebugLevelSource.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
Modifier and TypeFieldDescriptionprotected GenerationStep.Carving
CarvingMaskDecoratorConfiguration.step
Modifier and TypeMethodDescriptionDecorationContext.getCarvingMask(ChunkPos p_70588_, GenerationStep.Carving p_70589_)
ModifierConstructorDescription -
Uses of GenerationStep.Carving in net.minecraftforge.common.world
Modifier and TypeMethodDescriptionBiomeGenerationSettingsBuilder.getCarvers(GenerationStep.Carving stage)