Class RegionFile.ChunkOutputStream

java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
net.minecraft.world.chunk.storage.RegionFile.ChunkOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable
Enclosing class:
RegionFile

class RegionFile.ChunkOutputStream extends ByteArrayOutputStream
Mappings:
Namespace Name
intermediary net/minecraft/class_353$class_354
glue class_378$class_202
server fh
client hz
named net/minecraft/world/chunk/storage/RegionFile$ChunkOutputStream
  • Field Details

    • chunkX

      private int chunkX
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1324 Lnet/minecraft/class_353$class_354;field_1324:I
      glue field_824 Lclass_378$class_202;field_824:I
      server b Lfh;b:I
      client b Lhz;b:I
      named chunkX Lnet/minecraft/world/chunk/storage/RegionFile$ChunkOutputStream;chunkX:I
    • chunkZ

      private int chunkZ
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1325 Lnet/minecraft/class_353$class_354;field_1325:I
      glue field_825 Lclass_378$class_202;field_825:I
      server c Lfh;c:I
      client c Lhz;c:I
      named chunkZ Lnet/minecraft/world/chunk/storage/RegionFile$ChunkOutputStream;chunkZ:I
  • Constructor Details

    • ChunkOutputStream

      public ChunkOutputStream(int chunkX, int chunkZ)
      Mappings:
      Namespace Name Mixin selector
      intermediary <init> Lnet/minecraft/class_353$class_354;<init>(Lnet/minecraft/class_353;II)V
      glue <init> Lclass_378$class_202;<init>(Lclass_378;II)V
      server <init> Lfh;<init>(Ljx;II)V
      client <init> Lhz;<init>(Lqj;II)V
      named <init> Lnet/minecraft/world/chunk/storage/RegionFile$ChunkOutputStream;<init>(Lnet/minecraft/world/chunk/storage/RegionFile;II)V
  • Method Details

    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Overrides:
      close in class ByteArrayOutputStream
      Mappings:
      Namespace Name Mixin selector
      intermediary close Lnet/minecraft/class_353$class_354;close()V
      glue close Lclass_378$class_202;close()V
      server close Lfh;close()V
      client close Lhz;close()V
      named close Lnet/minecraft/world/chunk/storage/RegionFile$ChunkOutputStream;close()V