|
RuneHive-Game
|
Public Member Functions | |
| SendChatOption (PrivacyChatMode publicChat, PrivacyChatMode privateChat, PrivacyChatMode clanChat, PrivacyChatMode tradeChat) | |
| 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) | |
Protected Member Functions | |
| boolean | encode (Player player) |
Private Attributes | |
| final PrivacyChatMode | clanChat |
| final PrivacyChatMode | privateChat |
| final PrivacyChatMode | publicChat |
| final PrivacyChatMode | tradeChat |
Additional Inherited Members | |
| Protected Attributes inherited from com.runehive.net.packet.OutgoingPacket | |
| final PacketBuilder | builder |
Definition at line 7 of file SendChatOption.java.
| com.runehive.net.packet.out.SendChatOption.SendChatOption | ( | PrivacyChatMode | publicChat, |
| PrivacyChatMode | privateChat, | ||
| PrivacyChatMode | clanChat, | ||
| PrivacyChatMode | tradeChat ) |
Definition at line 14 of file SendChatOption.java.
References clanChat, privateChat, publicChat, and tradeChat.
|
protected |
Reimplemented from com.runehive.net.packet.OutgoingPacket.
Definition at line 23 of file SendChatOption.java.
References com.runehive.net.packet.OutgoingPacket.builder, clanChat, privateChat, publicChat, and tradeChat.
|
private |
Definition at line 11 of file SendChatOption.java.
Referenced by encode(), and SendChatOption().
|
private |
Definition at line 10 of file SendChatOption.java.
Referenced by encode(), and SendChatOption().
|
private |
Definition at line 9 of file SendChatOption.java.
Referenced by encode(), and SendChatOption().
|
private |
Definition at line 12 of file SendChatOption.java.
Referenced by encode(), and SendChatOption().