Package net.minecraft.world.storage
Class RegionFile.ChunkBuffer
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
net.minecraft.world.storage.RegionFile.ChunkBuffer
- All Implemented Interfaces:
 Closeable,Flushable,AutoCloseable
- Enclosing class:
 RegionFile
- Mappings:
 Namespace Name official dfd$aintermediary net/minecraft/class_2861$class_2862named net/minecraft/world/storage/RegionFile$ChunkBuffer
- 
Field Summary
FieldsFields inherited from class java.io.ByteArrayOutputStream
buf, count - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.io.ByteArrayOutputStream
reset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeToMethods inherited from class java.io.OutputStream
flush, nullOutputStream, write 
- 
Field Details
- 
pos
- Mappings:
 Namespace Name Mixin selector official bLdfd$a;b:Lclt;intermediary field_17656Lnet/minecraft/class_2861$class_2862;field_17656:Lnet/minecraft/class_1923;named posLnet/minecraft/world/storage/RegionFile$ChunkBuffer;pos:Lnet/minecraft/util/math/ChunkPos;
 
 - 
 - 
Constructor Details
- 
ChunkBuffer
- Mappings:
 Namespace Name Mixin selector official <init>Ldfd$a;<init>(Ldfd;Lclt;)Vintermediary <init>Lnet/minecraft/class_2861$class_2862;<init>(Lnet/minecraft/class_2861;Lnet/minecraft/class_1923;)Vnamed <init>Lnet/minecraft/world/storage/RegionFile$ChunkBuffer;<init>(Lnet/minecraft/world/storage/RegionFile;Lnet/minecraft/util/math/ChunkPos;)V
 
 - 
 - 
Method Details
- 
close
- Specified by:
 closein interfaceAutoCloseable- Specified by:
 closein interfaceCloseable- Overrides:
 closein classByteArrayOutputStream- Throws:
 IOException
 
 -