RuneHive-Game
Loading...
Searching...
No Matches
GamePacketDecoderState.java
Go to the documentation of this file.
1package com.runehive.net.codec.game;
2
3/**
4 * The enumerated types that represent the states at which an in
5 * {@code GamePacket} is decoded.
6 *
7 * @author SeVen
8 */
10
11 /**
12 * The state that determines the id of this packet.
13 */
15
16 /**
17 * The state that determines which type of packet this is.
18 */
20
21 /**
22 * The state that contains the data of the packet.
23 */
25
26}
The enumerated types that represent the states at which an in GamePacket is decoded.
SIZE
The state that determines which type of packet this is.
OPCODE
The state that determines the id of this packet.
PAYLOAD
The state that contains the data of the packet.