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 - named - net/minecraft/world/storage/RegionFile$ChunkBuffer- intermediary - net/minecraft/class_2861$class_2862- official - eaj$a
- 
Field SummaryFieldsFields inherited from class java.io.ByteArrayOutputStreambuf, count
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.ByteArrayOutputStreamreset, size, toByteArray, toString, toString, toString, toString, write, write, writeBytes, writeToMethods inherited from class java.io.OutputStreamflush, nullOutputStream, write
- 
Field Details- 
pos- Mappings:
- Namespace - Name - Mixin selector - named - pos- Lnet/minecraft/world/storage/RegionFile$ChunkBuffer;pos:Lnet/minecraft/util/math/ChunkPos;- intermediary - field_17656- Lnet/minecraft/class_2861$class_2862;field_17656:Lnet/minecraft/class_1923;- official - b- Leaj$a;b:Ldfp;
 
 
- 
- 
Constructor Details- 
ChunkBuffer- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/world/storage/RegionFile$ChunkBuffer;<init>(Lnet/minecraft/world/storage/RegionFile;Lnet/minecraft/util/math/ChunkPos;)V- intermediary - <init>- Lnet/minecraft/class_2861$class_2862;<init>(Lnet/minecraft/class_2861;Lnet/minecraft/class_1923;)V- official - <init>- Leaj$a;<init>(Leaj;Ldfp;)V
 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- ByteArrayOutputStream
- Throws:
- IOException
 
 
-