Package net.minecraft.world.chunk
Class BelowZeroRetrogen
java.lang.Object
net.minecraft.world.chunk.BelowZeroRetrogen
- Mappings:
Namespace Name named net/minecraft/world/chunk/BelowZeroRetrogen
intermediary net/minecraft/class_6746
official dxk
-
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 named EMPTY_MISSING_BEDROCK_BIT_SET
Lnet/minecraft/world/chunk/BelowZeroRetrogen;EMPTY_MISSING_BEDROCK_BIT_SET:Ljava/util/BitSet;
intermediary field_35481
Lnet/minecraft/class_6746;field_35481:Ljava/util/BitSet;
official c
Ldxk;c:Ljava/util/BitSet;
-
MISSING_BEDROCK_CODEC
- Mappings:
Namespace Name Mixin selector named MISSING_BEDROCK_CODEC
Lnet/minecraft/world/chunk/BelowZeroRetrogen;MISSING_BEDROCK_CODEC:Lcom/mojang/serialization/Codec;
intermediary field_35482
Lnet/minecraft/class_6746;field_35482:Lcom/mojang/serialization/Codec;
official d
Ldxk;d:Lcom/mojang/serialization/Codec;
-
STATUS_CODEC
- Mappings:
Namespace Name Mixin selector named STATUS_CODEC
Lnet/minecraft/world/chunk/BelowZeroRetrogen;STATUS_CODEC:Lcom/mojang/serialization/Codec;
intermediary field_35483
Lnet/minecraft/class_6746;field_35483:Lcom/mojang/serialization/Codec;
official e
Ldxk;e:Lcom/mojang/serialization/Codec;
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/world/chunk/BelowZeroRetrogen;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_35480
Lnet/minecraft/class_6746;field_35480:Lcom/mojang/serialization/Codec;
official a
Ldxk;a:Lcom/mojang/serialization/Codec;
-
CAVE_BIOMES
- Mappings:
Namespace Name Mixin selector named CAVE_BIOMES
Lnet/minecraft/world/chunk/BelowZeroRetrogen;CAVE_BIOMES:Ljava/util/Set;
intermediary field_36192
Lnet/minecraft/class_6746;field_36192:Ljava/util/Set;
official f
Ldxk;f:Ljava/util/Set;
-
BELOW_ZERO_VIEW
- Mappings:
Namespace Name Mixin selector named BELOW_ZERO_VIEW
Lnet/minecraft/world/chunk/BelowZeroRetrogen;BELOW_ZERO_VIEW:Lnet/minecraft/world/HeightLimitView;
intermediary field_35591
Lnet/minecraft/class_6746;field_35591:Lnet/minecraft/class_5539;
official b
Ldxk;b:Ldcc;
-
targetStatus
- Mappings:
Namespace Name Mixin selector named targetStatus
Lnet/minecraft/world/chunk/BelowZeroRetrogen;targetStatus:Lnet/minecraft/world/chunk/ChunkStatus;
intermediary field_35484
Lnet/minecraft/class_6746;field_35484:Lnet/minecraft/class_2806;
official g
Ldxk;g:Lduz;
-
missingBedrock
- Mappings:
Namespace Name Mixin selector named missingBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;missingBedrock:Ljava/util/BitSet;
intermediary field_35485
Lnet/minecraft/class_6746;field_35485:Ljava/util/BitSet;
official h
Ldxk;h:Ljava/util/BitSet;
-
-
Constructor Details
-
BelowZeroRetrogen
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/world/chunk/BelowZeroRetrogen;<init>(Lnet/minecraft/world/chunk/ChunkStatus;Ljava/util/Optional;)V
intermediary <init>
Lnet/minecraft/class_6746;<init>(Lnet/minecraft/class_2806;Ljava/util/Optional;)V
official <init>
Ldxk;<init>(Lduz;Ljava/util/Optional;)V
-
-
Method Details
-
fromNbt
- Mappings:
Namespace Name Mixin selector named fromNbt
Lnet/minecraft/world/chunk/BelowZeroRetrogen;fromNbt(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/world/chunk/BelowZeroRetrogen;
intermediary method_39326
Lnet/minecraft/class_6746;method_39326(Lnet/minecraft/class_2487;)Lnet/minecraft/class_6746;
official a
Ldxk;a(Lus;)Ldxk;
-
replaceOldBedrock
- Mappings:
Namespace Name Mixin selector named replaceOldBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;replaceOldBedrock(Lnet/minecraft/world/chunk/ProtoChunk;)V
intermediary method_39467
Lnet/minecraft/class_6746;method_39467(Lnet/minecraft/class_2839;)V
official a
Ldxk;a(Lduu;)V
-
fillColumnsWithAirIfMissingBedrock
- Mappings:
Namespace Name Mixin selector named fillColumnsWithAirIfMissingBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;fillColumnsWithAirIfMissingBedrock(Lnet/minecraft/world/chunk/ProtoChunk;)V
intermediary method_39898
Lnet/minecraft/class_6746;method_39898(Lnet/minecraft/class_2839;)V
official b
Ldxk;b(Lduu;)V
-
getTargetStatus
- Mappings:
Namespace Name Mixin selector named getTargetStatus
Lnet/minecraft/world/chunk/BelowZeroRetrogen;getTargetStatus()Lnet/minecraft/world/chunk/ChunkStatus;
intermediary method_39319
Lnet/minecraft/class_6746;method_39319()Lnet/minecraft/class_2806;
official a
Ldxk;a()Lduz;
-
hasMissingBedrock
public boolean hasMissingBedrock()- Mappings:
Namespace Name Mixin selector named hasMissingBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;hasMissingBedrock()Z
intermediary method_39897
Lnet/minecraft/class_6746;method_39897()Z
official b
Ldxk;b()Z
-
isColumnMissingBedrock
public boolean isColumnMissingBedrock(int x, int z) - Mappings:
Namespace Name Mixin selector named isColumnMissingBedrock
Lnet/minecraft/world/chunk/BelowZeroRetrogen;isColumnMissingBedrock(II)Z
intermediary method_39895
Lnet/minecraft/class_6746;method_39895(II)Z
official a
Ldxk;a(II)Z
-
getBiomeSupplier
- Mappings:
Namespace Name Mixin selector 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;
intermediary method_39767
Lnet/minecraft/class_6746;method_39767(Lnet/minecraft/class_6780;Lnet/minecraft/class_2791;)Lnet/minecraft/class_6780;
official a
Ldxk;a(Lddc;Ldua;)Lddc;
-