| GamePacket(final int opcode, final PacketType header, final ByteBuf payload) | com.runehive.net.packet.GamePacket | |
| getHeader() | com.runehive.net.packet.GamePacket | |
| getOpcode() | com.runehive.net.packet.GamePacket | |
| getPayload() | com.runehive.net.packet.GamePacket | |
| getRS2String() | com.runehive.net.packet.GamePacket | |
| getSize() | com.runehive.net.packet.GamePacket | |
| header | com.runehive.net.packet.GamePacket | private |
| opcode | com.runehive.net.packet.GamePacket | private |
| payload | com.runehive.net.packet.GamePacket | private |
| readByte() | com.runehive.net.packet.GamePacket | |
| readByte(boolean signed) | com.runehive.net.packet.GamePacket | |
| readByte(ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readByte(boolean signed, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readBytes(int amount) | com.runehive.net.packet.GamePacket | |
| readBytes(int amount, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readBytesReverse(int amount) | com.runehive.net.packet.GamePacket | |
| readBytesReverse(int amount, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readInt() | com.runehive.net.packet.GamePacket | |
| readInt(boolean signed) | com.runehive.net.packet.GamePacket | |
| readInt(ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readInt(boolean signed, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readInt(boolean signed, ByteOrder order) | com.runehive.net.packet.GamePacket | |
| readInt(boolean signed, ByteOrder order, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readLong() | com.runehive.net.packet.GamePacket | |
| readLong(boolean signed) | com.runehive.net.packet.GamePacket | |
| readLong(ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readLong(boolean signed, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readLong(boolean signed, ByteOrder order) | com.runehive.net.packet.GamePacket | |
| readLong(boolean signed, ByteOrder order, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readShort() | com.runehive.net.packet.GamePacket | |
| readShort(boolean signed) | com.runehive.net.packet.GamePacket | |
| readShort(ByteOrder order) | com.runehive.net.packet.GamePacket | |
| readShort(boolean signed, ByteOrder order) | com.runehive.net.packet.GamePacket | |
| readShort(ByteOrder order, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readShort(ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readShort(boolean signed, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| readShort(boolean signed, ByteOrder order, ByteModification mod) | com.runehive.net.packet.GamePacket | |
| size | com.runehive.net.packet.GamePacket | private |
| toString() | com.runehive.net.packet.GamePacket | |