Class PermissionRule

    • Constructor Detail

      • PermissionRule

        public PermissionRule()
    • Method Detail

      • isDeny

        public boolean isDeny()
      • setDeny

        public void setDeny()
      • isBlock

        public boolean isBlock()
      • setBlock

        public void setBlock()
      • getForce

        public boolean getForce()
      • setForce

        public void setForce​(boolean newForce)
      • getMin

        public int getMin()
      • setMin

        public void setMin​(int min)
      • setMax

        public void setMax​(int max)
      • getMax

        public int getMax()
      • setRange

        public void setRange​(int newMin,
                             int newMax)
      • asString

        public String asString​(boolean canUseRange)
      • hasRange

        public boolean hasRange()
      • parseInt

        public static int parseInt​(String value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object