|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModTransactionHandler
Method Summary | |
---|---|
void |
handle_boot(java.lang.String name)
Boot a player |
void |
handle_bot(int seat_num)
Put a bot into an open seat. |
void |
handle_chat(ChatType type,
java.lang.String recipient,
java.lang.String chat)
A chat originating from the game client. |
void |
handle_error(java.lang.Throwable exception)
There was an error communicating with the game client. |
void |
handle_info(int seat_num)
Information about one or more players. |
void |
handle_open(int seat_num)
Replace a bot/reserved seat with an open one. |
void |
handle_sit(int seat_num)
Sit down (stop spectatin; join a seat) |
void |
handle_stand()
Stand up (leave your seat; become a spectator) |
void |
handle_state(ModState prev)
The game client has notified us of a state change. |
Method Detail |
---|
void handle_sit(int seat_num) throws java.io.IOException
java.io.IOException
void handle_stand() throws java.io.IOException
java.io.IOException
void handle_boot(java.lang.String name) throws java.io.IOException
java.io.IOException
void handle_open(int seat_num) throws java.io.IOException
java.io.IOException
void handle_bot(int seat_num) throws java.io.IOException
java.io.IOException
void handle_chat(ChatType type, java.lang.String recipient, java.lang.String chat) throws java.io.IOException
java.io.IOException
void handle_info(int seat_num) throws java.io.IOException
java.io.IOException
void handle_state(ModState prev) throws java.io.IOException
java.io.IOException
void handle_error(java.lang.Throwable exception)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |