|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendProjectile (Projectile projectile, Position position, int lock, byte offsetX, byte offsetY) | |
| 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 | lock |
| final byte | offsetX |
| final byte | offsetY |
| final Position | position |
| final Projectile | projectile |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 8 of file SendProjectile.java.
| com.runehive.net.packet.out.SendProjectile.SendProjectile | ( | Projectile | projectile, |
| Position | position, | ||
| int | lock, | ||
| byte | offsetX, | ||
| byte | offsetY ) |
Definition at line 16 of file SendProjectile.java.
References lock, offsetX, offsetY, position, and projectile.
| boolean com.runehive.net.packet.out.SendProjectile.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 26 of file SendProjectile.java.
References com.runehive.net.packet.OutgoingPacket.builder, lock, offsetX, offsetY, position, projectile, and com.runehive.game.world.entity.mob.player.Player.send().
|
private |
Definition at line 12 of file SendProjectile.java.
Referenced by encode(), and SendProjectile().
|
private |
Definition at line 13 of file SendProjectile.java.
Referenced by encode(), and SendProjectile().
|
private |
Definition at line 14 of file SendProjectile.java.
Referenced by encode(), and SendProjectile().
|
private |
Definition at line 11 of file SendProjectile.java.
Referenced by encode(), and SendProjectile().
|
private |
Definition at line 10 of file SendProjectile.java.
Referenced by encode(), and SendProjectile().