| Package | Description |
|---|---|
| me.lucko.luckperms.api | |
| 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 | Field and Description |
|---|---|
static NodeTypeKey<WeightType> |
WeightType.KEY
The key for this type.
|
static NodeTypeKey<SuffixType> |
SuffixType.KEY
The key for this type.
|
static NodeTypeKey<PrefixType> |
PrefixType.KEY
The key for this type.
|
static NodeTypeKey<MetaType> |
MetaType.KEY
The key for this type.
|
static NodeTypeKey<InheritanceType> |
InheritanceType.KEY
The key for this type.
|
static NodeTypeKey<DisplayNameType> |
DisplayNameType.KEY
The key for this type.
|
Copyright © 2018. All rights reserved.