Skip to content

Commit 8a5c18b

Browse files
committed
Define function subject collection
1 parent a22a428 commit 8a5c18b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/spongepowered/api/service/permission/PermissionService.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ public interface PermissionService {
102102
*/
103103
String SUBJECTS_COMMAND_BLOCK = "commandblock";
104104

105+
/**
106+
* The standard identifier for the collection which stores function
107+
* subjects.
108+
*/
109+
String SUBJECTS_FUNCTION = "function";
110+
105111
/**
106112
* The standard identifier for the collection which stores role templates.
107113
*

0 commit comments

Comments
 (0)