Package 

Interface Permission

  • All Implemented Interfaces:

    
    public interface Permission
    
                        

    Represents a unique permission that may be attached to a Permissible (e.x. player).

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getNode() Returns the unique fully qualified node of this Permission
      abstract String getDescription() Gets a brief description of this permission
      abstract PermissionDefault getDefault() Gets the default value of this permission.
      abstract Map<Permission, Boolean> getChildren() Gets the children of this permission.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait