Handlers read from InPacket instead of SeekableLittleEndianAccessor

This commit is contained in:
P0nk
2021-08-22 22:10:19 +02:00
parent 2232022cf1
commit da2d8abc56
182 changed files with 1223 additions and 1230 deletions

View File

@@ -7,7 +7,7 @@ public interface InPacket extends Packet {
short readShort();
int readInt();
long readLong();
Point readPoint();
Point readPos();
String readString();
byte[] readBytes(int numberOfBytes);
void skip(int numberOfBytes);