Class SequentialNBTReader
java.lang.Object
com.github.retrooper.packetevents.protocol.nbt.serializer.SequentialNBTReader
- All Implemented Interfaces:
NBTReader<NBT,
DataInputStream>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserializeTag
(NBTLimiter limiter, DataInputStream from, boolean named) static void
intToBytes
(byte[] array, int val, int offset) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.github.retrooper.packetevents.protocol.nbt.serializer.NBTReader
deserializeTag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
SequentialNBTReader
public SequentialNBTReader()
-
-
Method Details
-
deserializeTag
public NBT deserializeTag(NBTLimiter limiter, DataInputStream from, boolean named) throws IOException - Specified by:
deserializeTag
in interfaceNBTReader<NBT,
DataInputStream> - Throws:
IOException
-
intToBytes
public static void intToBytes(byte[] array, int val, int offset)
-