|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendInterfaceConfig (int main, int sub1, int sub2) | |
| 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 | main |
| final int | sub1 |
| final int | sub2 |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 8 of file SendInterfaceConfig.java.
| com.runehive.net.packet.out.SendInterfaceConfig.SendInterfaceConfig | ( | int | main, |
| int | sub1, | ||
| int | sub2 ) |
Definition at line 14 of file SendInterfaceConfig.java.
| boolean com.runehive.net.packet.out.SendInterfaceConfig.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 22 of file SendInterfaceConfig.java.
References com.runehive.net.packet.OutgoingPacket.builder, com.runehive.net.codec.ByteOrder.LE, main, sub1, and sub2.
|
private |
Definition at line 10 of file SendInterfaceConfig.java.
Referenced by encode(), and SendInterfaceConfig().
|
private |
Definition at line 11 of file SendInterfaceConfig.java.
Referenced by encode(), and SendInterfaceConfig().
|
private |
Definition at line 12 of file SendInterfaceConfig.java.
Referenced by encode(), and SendInterfaceConfig().