Class AlphaChunkIo.AlphaChunk

java.lang.Object
net.minecraft.world.level.storage.AlphaChunkIo.AlphaChunk
Enclosing class:
AlphaChunkIo

public static class AlphaChunkIo.AlphaChunk extends Object
Mappings:
Namespace Name
official cnm$a
intermediary net/minecraft/class_2864$class_2865
named net/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk
  • Field Details

    • lastUpdate

      public long lastUpdate
      Mappings:
      Namespace Name Mixin selector
      official a Lcnm$a;a:J
      intermediary field_13043 Lnet/minecraft/class_2864$class_2865;field_13043:J
      named lastUpdate Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;lastUpdate:J
    • terrainPopulated

      public boolean terrainPopulated
      Mappings:
      Namespace Name Mixin selector
      official b Lcnm$a;b:Z
      intermediary field_13042 Lnet/minecraft/class_2864$class_2865;field_13042:Z
      named terrainPopulated Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;terrainPopulated:Z
    • heightMap

      public byte[] heightMap
      Mappings:
      Namespace Name Mixin selector
      official c Lcnm$a;c:[B
      intermediary field_13045 Lnet/minecraft/class_2864$class_2865;field_13045:[B
      named heightMap Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;heightMap:[B
    • blockLight

      public AlphaChunkDataArray blockLight
      Mappings:
      Namespace Name Mixin selector
      official d Lcnm$a;d:Lcna;
      intermediary field_13038 Lnet/minecraft/class_2864$class_2865;field_13038:Lnet/minecraft/class_2832;
      named blockLight Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;blockLight:Lnet/minecraft/world/level/storage/AlphaChunkDataArray;
    • skyLight

      public AlphaChunkDataArray skyLight
      Mappings:
      Namespace Name Mixin selector
      official e Lcnm$a;e:Lcna;
      intermediary field_13039 Lnet/minecraft/class_2864$class_2865;field_13039:Lnet/minecraft/class_2832;
      named skyLight Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;skyLight:Lnet/minecraft/world/level/storage/AlphaChunkDataArray;
    • data

      public AlphaChunkDataArray data
      Mappings:
      Namespace Name Mixin selector
      official f Lcnm$a;f:Lcna;
      intermediary field_13044 Lnet/minecraft/class_2864$class_2865;field_13044:Lnet/minecraft/class_2832;
      named data Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;data:Lnet/minecraft/world/level/storage/AlphaChunkDataArray;
    • blocks

      public byte[] blocks
      Mappings:
      Namespace Name Mixin selector
      official g Lcnm$a;g:[B
      intermediary field_13048 Lnet/minecraft/class_2864$class_2865;field_13048:[B
      named blocks Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;blocks:[B
    • entities

      public NbtList entities
      Mappings:
      Namespace Name Mixin selector
      official h Lcnm$a;h:Lng;
      intermediary field_13037 Lnet/minecraft/class_2864$class_2865;field_13037:Lnet/minecraft/class_2499;
      named entities Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;entities:Lnet/minecraft/nbt/NbtList;
    • blockEntities

      public NbtList blockEntities
      Mappings:
      Namespace Name Mixin selector
      official i Lcnm$a;i:Lng;
      intermediary field_13040 Lnet/minecraft/class_2864$class_2865;field_13040:Lnet/minecraft/class_2499;
      named blockEntities Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;blockEntities:Lnet/minecraft/nbt/NbtList;
    • blockTicks

      public NbtList blockTicks
      Mappings:
      Namespace Name Mixin selector
      official j Lcnm$a;j:Lng;
      intermediary field_13041 Lnet/minecraft/class_2864$class_2865;field_13041:Lnet/minecraft/class_2499;
      named blockTicks Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;blockTicks:Lnet/minecraft/nbt/NbtList;
    • x

      public final int x
      Mappings:
      Namespace Name Mixin selector
      official k Lcnm$a;k:I
      intermediary field_13047 Lnet/minecraft/class_2864$class_2865;field_13047:I
      named x Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;x:I
    • z

      public final int z
      Mappings:
      Namespace Name Mixin selector
      official l Lcnm$a;l:I
      intermediary field_13046 Lnet/minecraft/class_2864$class_2865;field_13046:I
      named z Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;z:I
  • Constructor Details

    • AlphaChunk

      public AlphaChunk(int x, int z)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcnm$a;<init>(II)V
      intermediary <init> Lnet/minecraft/class_2864$class_2865;<init>(II)V
      named <init> Lnet/minecraft/world/level/storage/AlphaChunkIo$AlphaChunk;<init>(II)V