public class ClientProxy extends CommonProxy
| Constructor and Description |
|---|
ClientProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addChatMessage(java.lang.String string) |
void |
addChatMessage(java.lang.String string,
int id)
Sends a message to the client that gets replaced when the same
messages are sent again.
|
void |
load() |
void |
loadCommands() |
public void load()
load in class CommonProxypublic void loadCommands()
loadCommands in class CommonProxypublic void addChatMessage(java.lang.String string)
addChatMessage in class CommonProxypublic void addChatMessage(java.lang.String string,
int id)
CommonProxyaddChatMessage in class CommonProxystring - - String message to send to playerid - - An ID for the message. Gets replaced by any other message that uses the same ID.