| Package | Description |
|---|---|
| me.lucko.luckperms.api | |
| me.lucko.luckperms.api.caching |
| Modifier and Type | Method and Description |
|---|---|
static Tristate |
Tristate.fromBoolean(boolean val)
Returns a
Tristate from a boolean |
static Tristate |
Tristate.fromNullableBoolean(Boolean val)
Returns a
Tristate from a nullable boolean. |
default Tristate |
Node.getTristate()
Gets the value of this node as a
Tristate. |
Tristate |
PermissionHolder.hasPermission(Node node)
Checks to see if the object has a certain permission
|
Tristate |
PermissionHolder.hasPermission(Node node,
NodeEqualityPredicate equalityPredicate)
Checks to see if the object has a certain permission
|
Tristate |
PermissionHolder.hasTransientPermission(Node node)
Checks to see if the object has a certain permission
|
Tristate |
PermissionHolder.hasTransientPermission(Node node,
NodeEqualityPredicate equalityPredicate)
Checks to see if the object has a certain permission
|
Tristate |
PermissionHolder.inheritsPermission(Node node)
Checks to see if the object inherits a certain permission
|
Tristate |
PermissionHolder.inheritsPermission(Node node,
NodeEqualityPredicate equalityPredicate)
Checks to see if the object inherits a certain permission
|
static Tristate |
Tristate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tristate[] |
Tristate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Tristate |
PermissionData.getPermissionValue(String permission)
Gets a permission check result for the given permission node.
|
Copyright © 2018. All rights reserved.