Package br.com.gamemods.nbtmanipulator
See: Description
-
Class Summary Class Description LittleEndianDataInputStream Implementation of DataInput that reads data from an InputStream using little endian byte order. LittleEndianDataOutputStream Implementation of DataOutput that writes data to an OutputStream using little endian byte order. NbtByte A tag which wraps a byte value. NbtByteArray A tag which wraps a mutable byte array. NbtCompound A tag which contains a MutableMap structure associating Strings to NbtTags. NbtDouble A tag which wraps a double value. NbtFile The root component of a file, it contains a hint for the file name and the first tag in the file. NbtFloat A tag which wraps a float value. NbtInt A tag which wraps an int value. NbtIntArray A tag which wraps a mutable int array. NbtList A tag which contains a MutableList structure of NbtTags. NbtLong A tag which wraps a long value. NbtLongArray A tag which wraps a mutable long array. NbtShort A tag which wraps a short value. NbtString A tag which wraps a String value. NbtTag The base class for Nbt Tags. NbtUtil -
Object Summary Object Description Companion NbtEnd A special tag which indicates the end of a compound stream or empty lists. NbtIO Contains useful methods do read and write NbtFile from File and InputStream/OutputStream. Companion Contains useful methods to create NbtLists from Java.