|
RuneHive-Game
|
The OutgoingPacket responsible for changing settings on a client.
More...
Public Member Functions | |
| boolean | encode (Player player) |
| SendConfig (int id, int value) | |
| SendConfig (int id, int value, boolean intValue) | |
| 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 int | id |
| final boolean | intValue |
| final int | value |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
The OutgoingPacket responsible for changing settings on a client.
Definition at line 12 of file SendConfig.java.
| com.runehive.net.packet.out.SendConfig.SendConfig | ( | int | id, |
| int | value, | ||
| boolean | intValue ) |
Definition at line 18 of file SendConfig.java.
| com.runehive.net.packet.out.SendConfig.SendConfig | ( | int | id, |
| int | value ) |
Definition at line 25 of file SendConfig.java.
| boolean com.runehive.net.packet.out.SendConfig.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 30 of file SendConfig.java.
References com.runehive.net.packet.OutgoingPacket.builder, intValue, com.runehive.net.codec.ByteOrder.LE, com.runehive.net.codec.ByteOrder.ME, and value.
|
private |
Definition at line 14 of file SendConfig.java.
Referenced by SendConfig(), and SendConfig().
|
private |
Definition at line 16 of file SendConfig.java.
Referenced by encode(), and SendConfig().
|
private |
Definition at line 15 of file SendConfig.java.
Referenced by encode(), SendConfig(), and SendConfig().