|
RuneHive-Game
|
Sends experience to the client's experience counter. More...
Public Member Functions | |
| boolean | encode (Player player) |
| SendExpCounter (int experience) | |
| SendExpCounter (int skill, int experience, boolean counter) | |
| 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 boolean | counter |
| final int | experience |
| final int | skill |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Sends experience to the client's experience counter.
Definition at line 11 of file SendExpCounter.java.
| com.runehive.net.packet.out.SendExpCounter.SendExpCounter | ( | int | skill, |
| int | experience, | ||
| boolean | counter ) |
Definition at line 17 of file SendExpCounter.java.
References counter, experience, and skill.
| com.runehive.net.packet.out.SendExpCounter.SendExpCounter | ( | int | experience | ) |
Definition at line 24 of file SendExpCounter.java.
References experience.
| boolean com.runehive.net.packet.out.SendExpCounter.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 29 of file SendExpCounter.java.
References com.runehive.net.packet.OutgoingPacket.builder, counter, experience, and skill.
|
private |
Definition at line 15 of file SendExpCounter.java.
Referenced by encode(), and SendExpCounter().
|
private |
Definition at line 14 of file SendExpCounter.java.
Referenced by encode(), SendExpCounter(), and SendExpCounter().
|
private |
Definition at line 13 of file SendExpCounter.java.
Referenced by encode(), and SendExpCounter().