|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendMoveComponent (int x, int y, int id) | |
| 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 int | x |
| final int | y |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 7 of file SendMoveComponent.java.
| com.runehive.net.packet.out.SendMoveComponent.SendMoveComponent | ( | int | x, |
| int | y, | ||
| int | id ) |
Definition at line 12 of file SendMoveComponent.java.
| boolean com.runehive.net.packet.out.SendMoveComponent.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 20 of file SendMoveComponent.java.
References com.runehive.net.packet.OutgoingPacket.builder, com.runehive.net.codec.ByteOrder.LE, x, and y.
|
private |
Definition at line 9 of file SendMoveComponent.java.
Referenced by SendMoveComponent().
|
private |
Definition at line 10 of file SendMoveComponent.java.
Referenced by encode(), and SendMoveComponent().
|
private |
Definition at line 10 of file SendMoveComponent.java.
Referenced by encode(), and SendMoveComponent().