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 Details

    • roomId

      public final long roomId
      the roomId of the room
    • roomName

      public final String roomName
      The name of the room
    • totalNoOfSeats

      public final int totalNoOfSeats
      The total number of seats in the room
    • noOfPlayers

      public final int noOfPlayers
      The total number of players in the room
    • data

      public final JsonObject data
      The room data sent with the roomList