Class SequentialNBTReader
java.lang.Object
com.github.retrooper.packetevents.protocol.nbt.serializer.SequentialNBTReader
- All Implemented Interfaces:
NBTReader<NBT,
DataInputStream>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondeserializeTag
(NBTLimiter limiter, DataInputStream from, boolean named) 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
-