Package meteordevelopment.nbt
Class NBT
java.lang.Object
meteordevelopment.nbt.NBT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NamedTagstatic NamedTagstatic NamedTagread(InputStream stream)static NamedTagread(InputStream stream, boolean compressed)static voidwrite(CompoundTag tag, File file)static voidwrite(CompoundTag tag, File file, boolean compressed)static voidwrite(CompoundTag tag, OutputStream out)static voidwrite(CompoundTag tag, OutputStream out, boolean compressed)
-
Constructor Details
-
NBT
public NBT()
-
-
Method Details
-
write
-
write
-
write
-
write
-
read
- Throws:
NbtFormatException
-
read
- Throws:
NbtFormatException
-
read
- Throws:
NbtFormatException
-
read
- Throws:
NbtFormatException
-