Package net.minecraft.world.chunk
Class BelowZeroRetrogen
java.lang.Object
net.minecraft.world.chunk.BelowZeroRetrogen
- Mappings:
Namespace Name official doe
intermediary net/minecraft/class_6746
named net/minecraft/world/chunk/BelowZeroRetrogen
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HeightLimitView
private static final Set<RegistryKey<Biome>>
static final com.mojang.serialization.Codec<BelowZeroRetrogen>
private static final BitSet
private static final com.mojang.serialization.Codec<BitSet>
private final BitSet
private static final com.mojang.serialization.Codec<ChunkStatus>
private final ChunkStatus
-
Constructor Summary
ModifierConstructorDescriptionprivate
BelowZeroRetrogen
(ChunkStatus targetStatus, Optional<BitSet> missingBedrock) -
Method Summary
Modifier and TypeMethodDescriptionvoid
static @Nullable BelowZeroRetrogen
fromNbt
(NbtCompound nbt) static BiomeSupplier
getBiomeSupplier
(BiomeSupplier biomeSupplier, Chunk chunk) boolean
boolean
isColumnMissingBedrock
(int x, int z) static void
replaceOldBedrock
(ProtoChunk chunk)
-
Field Details
-
EMPTY_MISSING_BEDROCK_BIT_SET
- Mappings:
Namespace Name Mixin selector official c
Ldoe;c:Ljava/util/BitSet;
intermediary field_35481
Lnet/minecraft/class_6746;field_35481:Ljava/util/BitSet;
named EMPTY_MISSING_BEDROCK_BIT_SET
Lnet/minecraft/world/chunk/BelowZeroRetrogen;EMPTY_MISSING_BEDROCK_BIT_SET:Ljava/util/BitSet;
-
MISSING_BEDROCK_CODEC
- Mappings:
Namespace Name Mixin selector official d
Ldoe;d:Lcom/mojang/serialization/Codec;
intermediary field_35482
Lnet/minecraft/class_6746;field_35482:Lcom/mojang/serialization/Codec;
named MISSING_BEDROCK_CODEC
Lnet/minecraft/world/chunk/BelowZeroRetrogen;MISSING_BEDROCK_CODEC:Lcom/mojang/serialization/Codec;
-
STATUS_CODEC
- Mappings:
Namespace Name Mixin selector official e
Ldoe;e:Lcom/mojang/serialization/Codec;
intermediary field_35483
Lnet/minecraft/class_6746;field_35483:Lcom/mojang/serialization/Codec;
named STATUS_CODEC
Lnet/minecraft/world/chunk/BelowZeroRetrogen;STATUS_CODEC:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector official a
Ldoe;a:Lcom/mojang/serialization/Codec;
intermediary field_35480
Lnet/minecraft/class_6746;field_35480:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/world/chunk/BelowZeroRetrogen;CODEC:Lcom/mojang/serialization/Codec;
-
CAVE_BIOMES
- Mappings:
Namespace Name Mixin selector official f
Ldoe;f:Ljava/util/Set;
intermediary field_36192
Lnet/minecraft/class_6746;field_36192:Ljava/util/Set;
named CAVE_BIOMES
Lnet/minecraft/world/chunk/BelowZeroRetrogen;CAVE_BIOMES:Ljava/util/Set;
-
BELOW_ZERO_VIEW
- Mappings:
Namespace Name Mixin selector official b
Ldoe;b:Lctr;
intermediary field_35591
Lnet/minecraft/class_6746;field_35591:Lnet/minecraft/class_5539;
named BELOW_ZERO_VIEW
Lnet/minecraft/world/chunk/BelowZeroRetrogen;BELOW_ZERO_VIEW:Lnet/minecraft/world/HeightLimitView;
-
targetStatus
- Mappings:
Namespace Name Mixin selector official g
Ldoe;g:Ldli;
intermediary field_35484
Lnet/minecraft/class_6746;field_35484:Lnet/minecraft/class_2806;
named targetStatus
Lnet/minecraft/world/chunk/BelowZeroRetrogen;targetStatus:Lnet/minecraft/world/chunk/ChunkStatus;
-
missingBedrock
- Mappings:
Namespace Name Mixin selector official h
Ldoe;h:Ljava/util/BitSet;
intermediary field_35485
Lnet/minecraft/class_6746;field_35485:Ljava/util/BitSet;
named missingBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;missingBedrock:Ljava/util/BitSet;
-
-
Constructor Details
-
BelowZeroRetrogen
- Mappings:
Namespace Name Mixin selector official <init>
Ldoe;<init>(Ldli;Ljava/util/Optional;)V
intermediary <init>
Lnet/minecraft/class_6746;<init>(Lnet/minecraft/class_2806;Ljava/util/Optional;)V
named <init>
Lnet/minecraft/world/chunk/BelowZeroRetrogen;<init>(Lnet/minecraft/world/chunk/ChunkStatus;Ljava/util/Optional;)V
-
-
Method Details
-
fromNbt
- Mappings:
Namespace Name Mixin selector official a
Ldoe;a(Lsn;)Ldoe;
intermediary method_39326
Lnet/minecraft/class_6746;method_39326(Lnet/minecraft/class_2487;)Lnet/minecraft/class_6746;
named fromNbt
Lnet/minecraft/world/chunk/BelowZeroRetrogen;fromNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/world/chunk/BelowZeroRetrogen;
-
replaceOldBedrock
- Mappings:
Namespace Name Mixin selector official a
Ldoe;a(Ldly;)V
intermediary method_39467
Lnet/minecraft/class_6746;method_39467(Lnet/minecraft/class_2839;)V
named replaceOldBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;replaceOldBedrock(Lnet/minecraft/world/chunk/ProtoChunk;)V
-
fillColumnsWithAirIfMissingBedrock
- Mappings:
Namespace Name Mixin selector official b
Ldoe;b(Ldly;)V
intermediary method_39898
Lnet/minecraft/class_6746;method_39898(Lnet/minecraft/class_2839;)V
named fillColumnsWithAirIfMissingBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;fillColumnsWithAirIfMissingBedrock(Lnet/minecraft/world/chunk/ProtoChunk;)V
-
getTargetStatus
- Mappings:
Namespace Name Mixin selector official a
Ldoe;a()Ldli;
intermediary method_39319
Lnet/minecraft/class_6746;method_39319()Lnet/minecraft/class_2806;
named getTargetStatus
Lnet/minecraft/world/chunk/BelowZeroRetrogen;getTargetStatus()Lnet/minecraft/world/chunk/ChunkStatus;
-
hasMissingBedrock
public boolean hasMissingBedrock()- Mappings:
Namespace Name Mixin selector official b
Ldoe;b()Z
intermediary method_39897
Lnet/minecraft/class_6746;method_39897()Z
named hasMissingBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;hasMissingBedrock()Z
-
isColumnMissingBedrock
public boolean isColumnMissingBedrock(int x, int z) - Mappings:
Namespace Name Mixin selector official a
Ldoe;a(II)Z
intermediary method_39895
Lnet/minecraft/class_6746;method_39895(II)Z
named isColumnMissingBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;isColumnMissingBedrock(II)Z
-
getBiomeSupplier
- Mappings:
Namespace Name Mixin selector official a
Ldoe;a(Lcur;Ldld;)Lcur;
intermediary method_39767
Lnet/minecraft/class_6746;method_39767(Lnet/minecraft/class_6780;Lnet/minecraft/class_2791;)Lnet/minecraft/class_6780;
named getBiomeSupplier
Lnet/minecraft/world/chunk/BelowZeroRetrogen;getBiomeSupplier(Lnet/minecraft/world/biome/source/BiomeSupplier;Lnet/minecraft/world/chunk/Chunk;)Lnet/minecraft/world/biome/source/BiomeSupplier;
-