public class NbtIO extends java.lang.Object implements NbtReadWrapper, NbtWriteWrapper
| Modifier and Type | Field and Description |
|---|---|
static NbtIO |
LATEST
The latest NbtIO.
|
static NbtIO |
V1_0_0
NbtIO for version 1.0.0 and higher.
|
static NbtIO |
V1_12
NbtIO for version 1.12 and higher.
|
static NbtIO |
V1_2_1
NbtIO for version 1.2.1 and higher.
|
| Constructor and Description |
|---|
NbtIO(NbtReader reader,
NbtWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
NbtReader |
getReader() |
NbtWriter |
getWriter() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, read, readCompressedFile, readFile, readFile, readNamed, readUnnamedwrite, write, writeCompressedFile, writeFile, writeFile, writeUnnamedpublic static final NbtIO V1_0_0
public static final NbtIO V1_2_1
public static final NbtIO V1_12
public static final NbtIO LATEST
public NbtReader getReader()
getReader in interface NbtReadWrapperpublic NbtWriter getWriter()
getWriter in interface NbtWriteWrapper