java.lang.Object
at.syntaxerror.syntaxnbt.internal.NBTDeserializer
A utility class for deserializing NBT tags
- Author:
- SyntaxError404
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TagCompounddeserialize(TagCompound tag, DataInputStream input) Reads and populates a compound tag from a stream (NBT format)
-
Constructor Details
-
NBTDeserializer
public NBTDeserializer()
-
-
Method Details
-
deserialize
Reads and populates a compound tag from a stream (NBT format)- Parameters:
tag- destination taginput- stream to read to- Returns:
- the deserialized tag
- Throws:
IOException- if an I/O error occured
-