Class SequentialNBTReader.Compound

java.lang.Object
com.github.retrooper.packetevents.protocol.nbt.NBT
com.github.retrooper.packetevents.protocol.nbt.serializer.SequentialNBTReader.Compound
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Map.Entry<String,NBT>>, Iterator<Map.Entry<String,NBT>>
Enclosing class:
SequentialNBTReader

public static class SequentialNBTReader.Compound extends NBT implements Iterator<Map.Entry<String,NBT>>, Iterable<Map.Entry<String,NBT>>, Closeable