Uses of Class
io.sockit.gameserver.SeatsNotEmptyException
Package | Description |
---|---|
io.sockit.gameserver |
This is the core package for the Sockit Multiplayer Game (Server) Engine and provides the classes necessary to implement the server side of a multiplayer turn based game.
|
-
Uses of SeatsNotEmptyException in io.sockit.gameserver
Methods in io.sockit.gameserver that throw SeatsNotEmptyException Modifier and Type Method Description void
Game. reconfigurePrivateRoom(User user, int totalNoOfSeats, int turnDurationInSecs, JsonObject additionalRoomConfig)
Reconfigures a private room for a user if one exists.