|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendConstruction () | |
| 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) | |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 6 of file SendConstruction.java.
| com.runehive.net.packet.out.SendConstruction.SendConstruction | ( | ) |
Definition at line 8 of file SendConstruction.java.
| boolean com.runehive.net.packet.out.SendConstruction.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 14 of file SendConstruction.java.