net.minecraft.world.chunk

public final class BelowZeroRetrogen

net.minecraft.world.level.levelgen.BelowZeroRetrogen
net.minecraft.world.level.levelgen.BelowZeroRetrogen
net.minecraft.class_6746
net.minecraft.world.chunk.BelowZeroRetrogen

Field summary

Modifier and TypeField
private static final BitSet
EMPTY
EMPTY
field_35481
EMPTY_MISSING_BEDROCK_BIT_SET
private static final com.mojang.serialization.Codec<BitSet>
BITSET_CODEC
BITSET_CODEC
field_35482
MISSING_BEDROCK_CODEC
private static final com.mojang.serialization.Codec<ChunkStatus>
NON_EMPTY_CHUNK_STATUS
NON_EMPTY_CHUNK_STATUS
field_35483
STATUS_CODEC
public static final com.mojang.serialization.Codec<BelowZeroRetrogen>
CODEC
CODEC
field_35480
CODEC
private static final Set<RegistryKey<Biome>>
RETAINED_RETROGEN_BIOMES
RETAINED_RETROGEN_BIOMES
field_36192
CAVE_BIOMES
public static final HeightLimitView
UPGRADE_HEIGHT_ACCESSOR
UPGRADE_HEIGHT_ACCESSOR
field_35591
BELOW_ZERO_VIEW
private final ChunkStatus
targetStatus
targetStatus
field_35484
targetStatus
private final BitSet
missingBedrock
missingBedrock
field_35485
missingBedrock

Constructor summary

ModifierConstructor
private (ChunkStatus targetStatus, Optional<BitSet> missingBedrock)

Method summary

Modifier and TypeMethod
public static void
replaceOldBedrock(ProtoChunk chunk)
replaceOldBedrock(ProtoChunk chunk)
method_39467(class_2839 arg0)
replaceOldBedrock(ProtoChunk chunk)
public void
applyBedrockMask(ProtoChunk chunk)
applyBedrockMask(ProtoChunk chunk)
method_39898(class_2839 arg0)
fillColumnsWithAirIfMissingBedrock(ProtoChunk chunk)
public ChunkStatus
targetStatus()
targetStatus()
method_39319()
getTargetStatus()
public boolean
hasBedrockHoles()
hasBedrockHoles()
method_39897()
hasMissingBedrock()
public boolean
hasBedrockHole(int x, int z)
hasBedrockHole(int x, int z)
method_39895(int arg0, int arg1)
isColumnMissingBedrock(int x, int z)
public static BiomeSupplier
getBiomeResolver(BiomeResolver biomeResolver, ChunkAccess protoChunk)
getBiomeResolver(BiomeResolver biomeResolver, ChunkAccess protoChunk)
method_39767(class_6780 arg0, class_2791 arg1)
getBiomeSupplier(BiomeSupplier biomeSupplier, Chunk chunk)