Class RoomProperties
- java.lang.Object
-
- com.smartfoxserver.v2.entities.match.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 idstatic java.lang.String
HAS_FREE_PLAYER_SLOTS
Check if the Room has at least 1 free player slotstatic java.lang.String
IS_GAME
The Room isGame flagstatic java.lang.String
IS_PRIVATE
The Room isPrivate flagstatic java.lang.String
IS_TYPE_DEFAULT
Check if the Room is of type Defaultstatic java.lang.String
IS_TYPE_MMO
Check if the Room if of type MMORoomstatic java.lang.String
IS_TYPE_SFSGAME
Check if the Room is of type SFSGamestatic java.lang.String
MAX_SPECTATORS
The Room max spectatorsstatic java.lang.String
MAX_USERS
The Room max usersstatic java.lang.String
NAME
The Room namestatic java.lang.String
SPECTATOR_COUNT
The Room spectator countstatic java.lang.String
USER_COUNT
The Room user count
-
Constructor Summary
Constructors Constructor Description RoomProperties()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
The Room name- See Also:
- Constant Field Values
-
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
-
-