|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendInterfaceAnimation (int interfaceId, int animationId) | |
| 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 | animationId |
| final int | interfaceId |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 6 of file SendInterfaceAnimation.java.
| com.runehive.net.packet.out.SendInterfaceAnimation.SendInterfaceAnimation | ( | int | interfaceId, |
| int | animationId ) |
Definition at line 11 of file SendInterfaceAnimation.java.
References animationId, and interfaceId.
| boolean com.runehive.net.packet.out.SendInterfaceAnimation.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 18 of file SendInterfaceAnimation.java.
References animationId, com.runehive.net.packet.OutgoingPacket.builder, and interfaceId.
|
private |
Definition at line 9 of file SendInterfaceAnimation.java.
Referenced by encode(), and SendInterfaceAnimation().
|
private |
Definition at line 8 of file SendInterfaceAnimation.java.
Referenced by encode(), and SendInterfaceAnimation().