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
-
Method Details
-
getType
-
equals
-
hashCode
public int hashCode() -
copy
-
hasNext
public boolean hasNext() -
next
-
iterator
-
skip
public void skip() -
skipOne
public void skipOne() -
readFully
-
readFullyAsBytes
public byte[] readFullyAsBytes() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-