@ParametersAreNonnullByDefault public class NbtReader_v1_2_1 extends NbtReader_v1_0_0
| Constructor | Description |
|---|---|
NbtReader_v1_2_1() |
| Modifier and Type | Method | Description |
|---|---|---|
IntArrayTag |
readIntArray(java.io.DataInput in,
NbtReadTracker readTracker) |
Read a int array tag.
|
readByte, readByteArray, readCompound, readDouble, readFloat, readHeader, readInt, readList, readLong, readShort, readString, readTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, readLongArray@Nonnull public IntArrayTag readIntArray(java.io.DataInput in, NbtReadTracker readTracker) throws java.io.IOException
NbtReaderin - The data inputreadTracker - The read trackerjava.io.IOException - If an I/O error occurs