| Package | Description |
|---|---|
| me.lucko.luckperms.api | |
| me.lucko.luckperms.api.metastacking |
| Modifier and Type | Method and Description |
|---|---|
static ChatMetaType |
ChatMetaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChatMetaType[] |
ChatMetaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ChatMetaType> |
ChatMetaType.ofNode(Node node)
Parses a ChatMetaType from the given node.
|
| Modifier and Type | Method and Description |
|---|---|
Node.Builder |
NodeFactory.makeChatMetaNode(ChatMetaType type,
int priority,
String value)
Creates a node builder for the given chat meta type
|
| 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.