Package sfs3.client.entities.match
Class UserProperties
java.lang.Object
sfs3.client.entities.match.UserProperties
The UserProperties class contains the names of predefined properties that can be used in matching expressions to search/filter users.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe user joined at least one room.static final StringThe user is a Non-Player Character (NPC).static final StringThe user is a player in a Game Room.static final StringThe user is a spectator in a Game Room.static final StringThe user name.static final StringThe user privilege id. -
Method Summary
-
Field Details
-
NAME
The user name. Requires a StringMatcher to be used for values comparison.- See Also:
-
IS_PLAYER
The user is a player in a Game Room. Requires a BoolMatcher to be used for values comparison.- See Also:
-
IS_SPECTATOR
The user is a spectator in a Game Room. Requires a BoolMatcher to be used for values comparison.- See Also:
-
IS_NPC
The user is a Non-Player Character (NPC). Requires a BoolMatcher to be used for values comparison.- See Also:
-
PRIVILEGE_ID
The user privilege id. Requires a NumberMatcher to be used for values comparison.- See Also:
-
IS_IN_ANY_ROOM
The user joined at least one room. Requires a BoolMatcher to be used for values comparison.- See Also:
-