JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Methods
Method
Description
net.kyori.adventure.nbt.BinaryTagIO.readCompressedInputStream(InputStream)
since 4.4.0, use
BinaryTagIO.reader()
net.kyori.adventure.nbt.BinaryTagIO.readCompressedPath(Path)
since 4.4.0, use
BinaryTagIO.reader()
net.kyori.adventure.nbt.BinaryTagIO.readDataInput(DataInput)
since 4.4.0, use
BinaryTagIO.reader()
net.kyori.adventure.nbt.BinaryTagIO.readInputStream(InputStream)
since 4.4.0, use
BinaryTagIO.reader()
net.kyori.adventure.nbt.BinaryTagIO.readPath(Path)
since 4.4.0, use
BinaryTagIO.reader()
net.kyori.adventure.nbt.BinaryTagIO.writeCompressedOutputStream(CompoundBinaryTag, OutputStream)
since 4.4.0, use
BinaryTagIO.writer()
net.kyori.adventure.nbt.BinaryTagIO.writeCompressedPath(CompoundBinaryTag, Path)
since 4.4.0, use
BinaryTagIO.writer()
net.kyori.adventure.nbt.BinaryTagIO.writeDataOutput(CompoundBinaryTag, DataOutput)
since 4.4.0, use
BinaryTagIO.writer()
net.kyori.adventure.nbt.BinaryTagIO.writeOutputStream(CompoundBinaryTag, OutputStream)
since 4.4.0, use
BinaryTagIO.writer()
net.kyori.adventure.nbt.BinaryTagIO.writePath(CompoundBinaryTag, Path)
since 4.4.0, use
BinaryTagIO.writer()
net.kyori.adventure.nbt.ListBinaryTag.listType()
since 4.4.0, use
ListBinaryTag.elementType()
instead