Class 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 == null
      static java.lang.String IS_NPC
      The isNpc flag
      static java.lang.String IS_PLAYER
      The isPlayer flag
      static java.lang.String IS_SPECTATOR
      The isSpectator flag
      static java.lang.String NAME
      The user name
      static java.lang.String PRIVILEGE_ID
      The privilege Id
    • Constructor Summary

      Constructors 
      Constructor Description
      UserProperties()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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
      • 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
    • Constructor Detail

      • UserProperties

        public UserProperties()