|
RuneHive-Game
|
Handles sending the progress bar data to the client. More...
Public Member Functions | |
| boolean | encode (Player player) |
| SendProgressBar (int id, int amount) | |
| SendProgressBar (int id, int amount, String message) | |
| 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 | amount |
| final int | id |
| final String | message |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Handles sending the progress bar data to the client.
Definition at line 12 of file SendProgressBar.java.
| com.runehive.net.packet.out.SendProgressBar.SendProgressBar | ( | int | id, |
| int | amount ) |
Definition at line 17 of file SendProgressBar.java.
| com.runehive.net.packet.out.SendProgressBar.SendProgressBar | ( | int | id, |
| int | amount, | ||
| String | message ) |
Definition at line 21 of file SendProgressBar.java.
References amount, id, message, and com.runehive.net.packet.PacketType.VAR_BYTE.
| boolean com.runehive.net.packet.out.SendProgressBar.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 29 of file SendProgressBar.java.
References amount, com.runehive.net.packet.OutgoingPacket.builder, and message.
|
private |
Definition at line 14 of file SendProgressBar.java.
Referenced by encode(), SendProgressBar(), and SendProgressBar().
|
private |
Definition at line 13 of file SendProgressBar.java.
Referenced by SendProgressBar(), and SendProgressBar().
|
private |
Definition at line 15 of file SendProgressBar.java.
Referenced by encode(), and SendProgressBar().