-
- All Implemented Interfaces:
public class Permission.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final PermissionOPprivate final PermissionEVERYONEpublic final static Permission.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final PermissiongetOP()Permission that only OP can execute. final PermissiongetEVERYONE()Privileges that everyone can do. -
-
Method Detail
-
getOP
final Permission getOP()
Permission that only OP can execute.
-
getEVERYONE
final Permission getEVERYONE()
Privileges that everyone can do.
-
-
-
-