Class RoomProperties
java.lang.Object
com.smartfoxserver.entities.match.RoomProperties
A list of properties that can be used in MatchExpressions for Room objects
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe Room group idstatic final StringCheck if the Room has at least 1 free player slotstatic final StringThe Room isGame flagstatic final StringThe Room isPrivate flagstatic final StringCheck if the Room is of type Defaultstatic final StringCheck if the Room if of type MMORoomstatic final StringCheck if the Room is of type SFSGamestatic final StringThe Room max spectatorsstatic final StringThe Room max usersstatic final StringThe Room namestatic final StringThe Room spectator countstatic final StringThe Room user count -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NAME
The Room name- See Also:
-
GROUP_ID
The Room group id- See Also:
-
MAX_USERS
The Room max users- See Also:
-
MAX_SPECTATORS
The Room max spectators- See Also:
-
USER_COUNT
The Room user count- See Also:
-
SPECTATOR_COUNT
The Room spectator count- See Also:
-
IS_GAME
The Room isGame flag- See Also:
-
IS_PRIVATE
The Room isPrivate flag- See Also:
-
HAS_FREE_PLAYER_SLOTS
Check if the Room has at least 1 free player slot- See Also:
-
IS_TYPE_SFSGAME
Check if the Room is of type SFSGame- See Also:
-
IS_TYPE_MMO
Check if the Room if of type MMORoom- Since:
- 2.18.2
- See Also:
-
IS_TYPE_DEFAULT
Check if the Room is of type Default- Since:
- 2.18.2
- See Also:
-
-
Constructor Details
-
RoomProperties
public RoomProperties()
-