| Package | Description |
|---|---|
| me.lucko.luckperms.api | |
| me.lucko.luckperms.api.nodetype | |
| me.lucko.luckperms.api.nodetype.types |
| Modifier and Type | Method and Description |
|---|---|
<T extends NodeType> |
Node.getTypeData(NodeTypeKey<T> key)
Gets the type data corresponding to the given
key, if present. |
default <T extends NodeType> |
Node.typeData(NodeTypeKey<T> key)
Gets the type data corresponding to the given
key, throwing an exception
if no data is present. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NodeTypeKey<N extends NodeType>
Marks an instance used as a key for a
NodeType. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DisplayNameType
A sub-type of
Node used to mark the display name of the node's holder. |
interface |
InheritanceType
A sub-type of
Node used to mark that the holder of the node should inherit
from another group. |
interface |
MetaType
A sub-type of
Node used to store meta assignments. |
interface |
PrefixType
A sub-type of
Node used to store prefix assignments. |
interface |
SuffixType
A sub-type of
Node used to store suffix assignments. |
interface |
WeightType
A sub-type of
Node used to mark the weight of the node's holder. |
Copyright © 2018. All rights reserved.