Interface ServerOperator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean isOp()
      Checks if this object is a server operator
      void setOp​(boolean value)
      Sets the operator status of this object
    • Method Detail

      • isOp

        boolean isOp()
        Checks if this object is a server operator
        Returns:
        true if this is an operator, otherwise false
      • setOp

        void setOp​(boolean value)
        Sets the operator status of this object
        Parameters:
        value - New operator value