|
RuneHive-Game
|
Public Member Functions | |
| boolean | encode (Player player) |
| SendAnnouncement (Object title, Object message, int color) | |
| 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 | color |
| final String | message |
| final String | title |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 7 of file SendAnnouncement.java.
| com.runehive.net.packet.out.SendAnnouncement.SendAnnouncement | ( | Object | title, |
| Object | message, | ||
| int | color ) |
Definition at line 12 of file SendAnnouncement.java.
References color, message, title, and com.runehive.net.packet.PacketType.VAR_BYTE.
| boolean com.runehive.net.packet.out.SendAnnouncement.encode | ( | Player | player | ) |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 20 of file SendAnnouncement.java.
References com.runehive.net.packet.OutgoingPacket.builder, color, message, and title.
|
private |
Definition at line 10 of file SendAnnouncement.java.
Referenced by encode(), and SendAnnouncement().
|
private |
Definition at line 9 of file SendAnnouncement.java.
Referenced by encode(), and SendAnnouncement().
|
private |
Definition at line 8 of file SendAnnouncement.java.
Referenced by encode(), and SendAnnouncement().