RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
GamePacketDecoderState.java
1
package
com.osroyale.net.codec.game;
2
31
32
public
enum
GamePacketDecoderState
{
33
37
OPCODE
,
38
42
SIZE
,
43
47
PAYLOAD
48
49
}
com.osroyale.net.codec.game.GamePacketDecoderState
Definition
GamePacketDecoderState.java:32
com.osroyale.net.codec.game.GamePacketDecoderState.PAYLOAD
PAYLOAD
Definition
GamePacketDecoderState.java:47
com.osroyale.net.codec.game.GamePacketDecoderState.SIZE
SIZE
Definition
GamePacketDecoderState.java:42
com.osroyale.net.codec.game.GamePacketDecoderState.OPCODE
OPCODE
Definition
GamePacketDecoderState.java:37