1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-03 11:22:33 +02:00

Add 'permission clear' command (#893)

This commit is contained in:
Luck
2018-04-04 18:46:01 +01:00
parent 96f0f46b3e
commit f5c6b9e3d4
9 changed files with 167 additions and 66 deletions

View File

@@ -291,6 +291,14 @@ public interface Node {
@Nonnull
ContextSet getFullContexts();
/**
* Returns if the node is a "standard" permission node.
*
* @return true if this is a regular permission node
* @since 4.2
*/
boolean isRegularPermissionNode();
/**
* Returns if this is a group node.
*