Class UserProperties
- java.lang.Object
-
- com.smartfoxserver.v2.entities.match.UserProperties
-
public class UserProperties extends java.lang.Object
A list of additional properties that can be used in MatchExpressions for User objects- See Also:
MatchExpression
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IS_IN_ANY_ROOM
Equivalent to User.lastJoinedRoom == nullstatic java.lang.String
IS_NPC
The isNpc flagstatic java.lang.String
IS_PLAYER
The isPlayer flagstatic java.lang.String
IS_SPECTATOR
The isSpectator flagstatic java.lang.String
NAME
The user namestatic java.lang.String
PRIVILEGE_ID
The privilege Id
-
Constructor Summary
Constructors Constructor Description UserProperties()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
The user name- See Also:
- Constant Field Values
-
IS_PLAYER
public static final java.lang.String IS_PLAYER
The isPlayer flag- See Also:
- Constant Field Values
-
IS_SPECTATOR
public static final java.lang.String IS_SPECTATOR
The isSpectator flag- See Also:
- Constant Field Values
-
IS_NPC
public static final java.lang.String IS_NPC
The isNpc flag- See Also:
- Constant Field Values
-
PRIVILEGE_ID
public static final java.lang.String PRIVILEGE_ID
The privilege Id- See Also:
- Constant Field Values
-
IS_IN_ANY_ROOM
public static final java.lang.String IS_IN_ANY_ROOM
Equivalent to User.lastJoinedRoom == null- See Also:
- Constant Field Values
-
-