Uses of Class
io.sockit.gameserver.bot.RoomInfo
| 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 RoomInfo in io.sockit.gameserver.bot
Method parameters in io.sockit.gameserver.bot with type arguments of type RoomInfo Modifier and Type Method Description voidBotEventAdapter. onGetRooms(Bot bot, String gameName, String location, RoomType roomtype, List<RoomInfo> rooms)voidBotEventListener. onGetRooms(Bot bot, String gameName, String location, RoomType roomtype, List<RoomInfo> rooms)Event-Handler/Callback called when the Bot receives the room list from the Server