Package io.sockit.gameserver.bot
Class RoomInfo
java.lang.Object
io.sockit.gameserver.bot.RoomInfo
public class RoomInfo extends Object
This class represents the key info for each room in the room list
-
Field Summary
Fields Modifier and Type Field Description JsonObject
data
The room data sent with the roomListint
noOfPlayers
The total number of players in the roomlong
roomId
the roomId of the roomString
roomName
The name of the roomint
totalNoOfSeats
The total number of seats in the room -
Method Summary
-
Field Details
-
roomId
public final long roomIdthe roomId of the room -
roomName
The name of the room -
totalNoOfSeats
public final int totalNoOfSeatsThe total number of seats in the room -
noOfPlayers
public final int noOfPlayersThe total number of players in the room -
data
The room data sent with the roomList
-