protected class GamePanel.TableChatAction extends ChatAction
chatPanel| Modifier | Constructor and Description |
|---|---|
protected |
TableChatAction() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
chat_display_local(ChatType type,
java.lang.String message) |
protected ChatType |
getDefaultChatType() |
protected boolean |
sendAdmin(AdminType type,
java.lang.String player,
java.lang.String reason) |
boolean |
sendChat(ChatType type,
java.lang.String target,
java.lang.String message)
Performs the requested chat operation.
|
actionPerformed, sendBeeppublic boolean sendChat(ChatType type, java.lang.String target, java.lang.String message) throws java.io.IOException
ChatActionsendChat in class ChatActionjava.io.IOExceptionprotected boolean sendAdmin(AdminType type, java.lang.String player, java.lang.String reason) throws java.io.IOException
sendAdmin in class ChatActionjava.io.IOExceptionprotected void chat_display_local(ChatType type, java.lang.String message)
chat_display_local in class ChatActionprotected ChatType getDefaultChatType()
getDefaultChatType in class ChatAction