Class BelowZeroRetrogen
java.lang.Object
net.minecraft.world.level.levelgen.BelowZeroRetrogen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<BitSet> static final com.mojang.serialization.Codec
<BelowZeroRetrogen> private static final BitSet
private final BitSet
private static final com.mojang.serialization.Codec
<ChunkStatus> private static final Set
<ResourceKey<Biome>> private final ChunkStatus
static final LevelHeightAccessor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
BelowZeroRetrogen
(ChunkStatus targetStatus, Optional<BitSet> missingBedrock) -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyBedrockMask
(ProtoChunk chunk) static BiomeResolver
getBiomeResolver
(BiomeResolver resolver, ChunkAccess access) boolean
hasBedrockHole
(int x, int z) boolean
static BelowZeroRetrogen
read
(CompoundTag tag) static void
replaceOldBedrock
(ProtoChunk chunk)
-
Field Details
-
EMPTY
-
BITSET_CODEC
-
NON_EMPTY_CHUNK_STATUS
-
CODEC
-
RETAINED_RETROGEN_BIOMES
-
UPGRADE_HEIGHT_ACCESSOR
-
targetStatus
-
missingBedrock
-
-
Constructor Details
-
BelowZeroRetrogen
-
-
Method Details
-
read
-
replaceOldBedrock
-
applyBedrockMask
-
targetStatus
-
hasBedrockHoles
public boolean hasBedrockHoles() -
hasBedrockHole
public boolean hasBedrockHole(int x, int z) -
getBiomeResolver
-