Class UserProperties

java.lang.Object
sfs3.client.entities.match.UserProperties

public final class UserProperties extends Object
The UserProperties class contains the names of predefined properties that can be used in matching expressions to search/filter users.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      The user name. Requires a StringMatcher to be used for values comparison.
      See Also:
    • IS_PLAYER

      public static final String IS_PLAYER
      The user is a player in a Game Room. Requires a BoolMatcher to be used for values comparison.
      See Also:
    • IS_SPECTATOR

      public static final String IS_SPECTATOR
      The user is a spectator in a Game Room. Requires a BoolMatcher to be used for values comparison.
      See Also:
    • IS_NPC

      public static final String IS_NPC
      The user is a Non-Player Character (NPC). Requires a BoolMatcher to be used for values comparison.
      See Also:
    • PRIVILEGE_ID

      public static final String PRIVILEGE_ID
      The user privilege id. Requires a NumberMatcher to be used for values comparison.
      See Also:
    • IS_IN_ANY_ROOM

      public static final String IS_IN_ANY_ROOM
      The user joined at least one room. Requires a BoolMatcher to be used for values comparison.
      See Also: