|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendObjectAnimation (int animation, GameObject object) | |
| 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 | animation |
| final GameObject | object |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 8 of file SendObjectAnimation.java.
| com.runehive.net.packet.out.SendObjectAnimation.SendObjectAnimation | ( | int | animation, |
| GameObject | object ) |
Definition at line 13 of file SendObjectAnimation.java.
| boolean com.runehive.net.packet.out.SendObjectAnimation.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 20 of file SendObjectAnimation.java.
References com.runehive.net.codec.ByteModification.ADD, animation, com.runehive.net.packet.OutgoingPacket.builder, com.runehive.game.world.entity.mob.player.Player.send(), and com.runehive.net.codec.ByteModification.SUB.
|
private |
Definition at line 10 of file SendObjectAnimation.java.
Referenced by encode(), and SendObjectAnimation().
|
private |
Definition at line 11 of file SendObjectAnimation.java.
Referenced by SendObjectAnimation().