ggz.client.mod
Interface ModGameIO
- All Known Implementing Classes:
- EmbeddedIO, ModGameSocketIO
public interface ModGameIO
sendState
void sendState(ModState state)
throws java.io.IOException
- Throws:
java.io.IOException
sendReqStand
void sendReqStand()
throws java.io.IOException
- Throws:
java.io.IOException
sendReqSit
void sendReqSit(int seatNum)
throws java.io.IOException
- Throws:
java.io.IOException
sendReqBoot
void sendReqBoot(java.lang.String name)
throws java.io.IOException
- Throws:
java.io.IOException
sendRequestBot
void sendRequestBot(int seatNum)
throws java.io.IOException
- Throws:
java.io.IOException
sendRequestOpen
void sendRequestOpen(int seatNum)
throws java.io.IOException
- Throws:
java.io.IOException
sendRequestChat
void sendRequestChat(ChatType type,
java.lang.String target,
java.lang.String chatMsg)
throws java.io.IOException
- Throws:
java.io.IOException
sendReqInfo
void sendReqInfo(int seatNum)
throws java.io.IOException
- Throws:
java.io.IOException