public interface ModGameIO
| Modifier and Type | Method and Description |
|---|---|
void |
sendReqBoot(java.lang.String name) |
void |
sendReqInfo(int seatNum) |
void |
sendReqSit(int seatNum) |
void |
sendReqStand() |
void |
sendRequestBot(int seatNum) |
void |
sendRequestChat(ChatType type,
java.lang.String target,
java.lang.String chatMsg) |
void |
sendRequestOpen(int seatNum) |
void |
sendState(ModState state) |
void sendState(ModState state) throws java.io.IOException
java.io.IOExceptionvoid sendReqStand()
throws java.io.IOException
java.io.IOExceptionvoid sendReqSit(int seatNum)
throws java.io.IOException
java.io.IOExceptionvoid sendReqBoot(java.lang.String name)
throws java.io.IOException
java.io.IOExceptionvoid sendRequestBot(int seatNum)
throws java.io.IOException
java.io.IOExceptionvoid sendRequestOpen(int seatNum)
throws java.io.IOException
java.io.IOExceptionvoid sendRequestChat(ChatType type, java.lang.String target, java.lang.String chatMsg) throws java.io.IOException
java.io.IOExceptionvoid sendReqInfo(int seatNum)
throws java.io.IOException
java.io.IOException