|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendInterfaceWidget (int interfaceID, int modelID) | |
| 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 | interfaceID |
| final int | modelID |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 10 of file SendInterfaceWidget.java.
| com.runehive.net.packet.out.SendInterfaceWidget.SendInterfaceWidget | ( | int | interfaceID, |
| int | modelID ) |
Definition at line 15 of file SendInterfaceWidget.java.
References com.runehive.net.packet.PacketType.EMPTY, interfaceID, and modelID.
| boolean com.runehive.net.packet.out.SendInterfaceWidget.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 22 of file SendInterfaceWidget.java.
References com.runehive.net.codec.ByteModification.ADD, com.runehive.net.packet.OutgoingPacket.builder, interfaceID, com.runehive.net.codec.ByteOrder.LE, and modelID.
|
private |
Definition at line 12 of file SendInterfaceWidget.java.
Referenced by encode(), and SendInterfaceWidget().
|
private |
Definition at line 13 of file SendInterfaceWidget.java.
Referenced by encode(), and SendInterfaceWidget().