Class RoomProperties


  • public class RoomProperties
    extends java.lang.Object
    A list of additional properties that can be used in MatchExpressions for Room objects
    See Also:
    MatchExpression
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String GROUP_ID
      The Room group id
      static java.lang.String HAS_FREE_PLAYER_SLOTS
      Check if the Room has at least 1 free player slot
      static java.lang.String IS_GAME
      The Room isGame flag
      static java.lang.String IS_PRIVATE
      The Room isPrivate flag
      static java.lang.String IS_TYPE_DEFAULT
      Check if the Room is of type Default
      static java.lang.String IS_TYPE_MMO
      Check if the Room if of type MMORoom
      static java.lang.String IS_TYPE_SFSGAME
      Check if the Room is of type SFSGame
      static java.lang.String MAX_SPECTATORS
      The Room max spectators
      static java.lang.String MAX_USERS
      The Room max users
      static java.lang.String NAME
      The Room name
      static java.lang.String SPECTATOR_COUNT
      The Room spectator count
      static java.lang.String USER_COUNT
      The Room user count
    • Constructor Summary

      Constructors 
      Constructor Description
      RoomProperties()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • GROUP_ID

        public static final java.lang.String GROUP_ID
        The Room group id
        See Also:
        Constant Field Values
      • MAX_USERS

        public static final java.lang.String MAX_USERS
        The Room max users
        See Also:
        Constant Field Values
      • MAX_SPECTATORS

        public static final java.lang.String MAX_SPECTATORS
        The Room max spectators
        See Also:
        Constant Field Values
      • USER_COUNT

        public static final java.lang.String USER_COUNT
        The Room user count
        See Also:
        Constant Field Values
      • SPECTATOR_COUNT

        public static final java.lang.String SPECTATOR_COUNT
        The Room spectator count
        See Also:
        Constant Field Values
      • IS_GAME

        public static final java.lang.String IS_GAME
        The Room isGame flag
        See Also:
        Constant Field Values
      • IS_PRIVATE

        public static final java.lang.String IS_PRIVATE
        The Room isPrivate flag
        See Also:
        Constant Field Values
      • HAS_FREE_PLAYER_SLOTS

        public static final java.lang.String HAS_FREE_PLAYER_SLOTS
        Check if the Room has at least 1 free player slot
        See Also:
        Constant Field Values
      • IS_TYPE_SFSGAME

        public static final java.lang.String IS_TYPE_SFSGAME
        Check if the Room is of type SFSGame
        See Also:
        Constant Field Values
      • IS_TYPE_MMO

        public static final java.lang.String IS_TYPE_MMO
        Check if the Room if of type MMORoom
        Since:
        2.18.2
        See Also:
        Constant Field Values
      • IS_TYPE_DEFAULT

        public static final java.lang.String IS_TYPE_DEFAULT
        Check if the Room is of type Default
        Since:
        2.18.2
        See Also:
        Constant Field Values
    • Constructor Detail

      • RoomProperties

        public RoomProperties()