@ParametersAreNonnullByDefault public class NbtReader_v1_12 extends NbtReader_v1_2_1
| Constructor and Description |
|---|
NbtReader_v1_12() |
| Modifier and Type | Method and Description |
|---|---|
LongArrayTag |
readLongArray(java.io.DataInput in,
NbtReadTracker readTracker)
Read a long array tag.
|
readIntArrayreadByte, readByteArray, readCompound, readDouble, readFloat, readHeader, readInt, readList, readLong, readShort, readString, readType@Nonnull public LongArrayTag readLongArray(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