| Package | Description |
|---|---|
| me.lucko.luckperms.api | |
| me.lucko.luckperms.api.metastacking |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<LocalizedNode> |
PermissionHolder.getAllNodes()
Gets a mutable sorted set of the nodes that this object has and inherits.
|
SortedSet<LocalizedNode> |
PermissionHolder.getAllNodes(Contexts contexts)
Gets a mutable sorted set of the nodes that this object has and inherits, filtered by context
|
Set<LocalizedNode> |
PermissionHolder.getAllNodesFiltered(Contexts contexts)
Gets a mutable set of the nodes that this object has and inherits, filtered by context.
|
List<LocalizedNode> |
PermissionHolder.resolveInheritances()
Recursively resolves this holders permissions.
|
List<LocalizedNode> |
PermissionHolder.resolveInheritances(Contexts contexts)
Recursively resolves this holders permissions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MetaStackElement.shouldAccumulate(LocalizedNode node,
ChatMetaType type,
Map.Entry<Integer,String> current)
Returns if the given node should be accumulated onto the stack.
|
Copyright © 2018. All rights reserved.