Package net.lenni0451.imnbt.utils.nbt
Class NbtReader
java.lang.Object
net.lenni0451.imnbt.utils.nbt.NbtReader
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NbtReader.ReadResultread(byte[] data, Supplier<net.lenni0451.mcstructs.nbt.io.NbtReadTracker> readTracker, TagSettings tagSettings) static NbtReader.ReadResultread(byte[] data, Supplier<net.lenni0451.mcstructs.nbt.io.NbtReadTracker> readTracker, CompressionType compressionType, EndianType endianType, FormatType formatType, CustomFormatType customFormatType, boolean namelessRoot, boolean readExtraData)
-
Constructor Details
-
NbtReader
public NbtReader()
-
-
Method Details
-
read
public static NbtReader.ReadResult read(byte[] data, Supplier<net.lenni0451.mcstructs.nbt.io.NbtReadTracker> readTracker, TagSettings tagSettings) throws Throwable - Throws:
Throwable
-
read
public static NbtReader.ReadResult read(byte[] data, Supplier<net.lenni0451.mcstructs.nbt.io.NbtReadTracker> readTracker, CompressionType compressionType, EndianType endianType, FormatType formatType, CustomFormatType customFormatType, boolean namelessRoot, boolean readExtraData) throws Throwable - Throws:
Throwable
-