|
RuneHive-Game
|
The OutgoingPacket responsible for sending game messages.
More...
Public Member Functions | |
| boolean | encode (Player player) |
| SendGameMessage (int id, int time, Object context) | |
| Public Member Functions inherited from com.runehive.net.packet.OutgoingPacket | |
| void | execute (Player player) |
| OutgoingPacket (int opcode, int capacity) | |
| OutgoingPacket (int opcode, PacketType type) | |
| OutgoingPacket (int opcode, PacketType type, int size) | |
Private Attributes | |
| final Object | context |
| final int | id |
| final int | time |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
The OutgoingPacket responsible for sending game messages.
Definition at line 12 of file SendGameMessage.java.
| com.runehive.net.packet.out.SendGameMessage.SendGameMessage | ( | int | id, |
| int | time, | ||
| Object | context ) |
Definition at line 18 of file SendGameMessage.java.
References context, id, time, and com.runehive.net.packet.PacketType.VAR_BYTE.
| boolean com.runehive.net.packet.out.SendGameMessage.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 26 of file SendGameMessage.java.
References com.runehive.net.packet.OutgoingPacket.builder, context, and time.
|
private |
Definition at line 16 of file SendGameMessage.java.
Referenced by encode(), and SendGameMessage().
|
private |
Definition at line 14 of file SendGameMessage.java.
Referenced by SendGameMessage().
|
private |
Definition at line 15 of file SendGameMessage.java.
Referenced by encode(), and SendGameMessage().