public class CommonProxy
extends java.lang.Object
| Constructor and Description |
|---|
CommonProxy() |
| 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()
public void loadCommands()
public void addChatMessage(java.lang.String string)
public void addChatMessage(java.lang.String string,
int id)
string - - String message to send to playerid - - An ID for the message. Gets replaced by any other message that uses the same ID.