Uses of Class
io.sockit.gameserver.bot.GamePlayNotInProgressException
| Package | Description |
|---|---|
| io.sockit.gameserver.bot |
This is the core package for the Sockit Game Bot and provides the classes necessary to create bots running on the server side of a multiplayer turn based game.
|
-
Uses of GamePlayNotInProgressException in io.sockit.gameserver.bot
Methods in io.sockit.gameserver.bot that throw GamePlayNotInProgressException Modifier and Type Method Description voidBot. playAction(String action, JsonObject actionData)Attempts to Play an action.