-
- All Implemented Interfaces:
public interface PermissionRepresents a unique permission that may be attached to a Permissible (e.x. player).
-
-
Method Summary
Modifier and Type Method Description abstract StringgetNode()Returns the unique fully qualified node of this Permission abstract StringgetDescription()Gets a brief description of this permission abstract PermissionDefaultgetDefault()Gets the default value of this permission. abstract Map<Permission, Boolean>getChildren()Gets the children of this permission. -
-
Method Detail
-
getDescription
abstract String getDescription()
Gets a brief description of this permission
-
getDefault
abstract PermissionDefault getDefault()
Gets the default value of this permission.
-
getChildren
abstract Map<Permission, Boolean> getChildren()
Gets the children of this permission.
-
-
-
-