| Package | Description |
|---|---|
| me.lucko.luckperms.api.metastacking |
| Modifier and Type | Method and Description |
|---|---|
Optional<MetaStackElement> |
MetaStackFactory.fromString(String definition)
Parses a standard
MetaStackElement from string, using the pre-defined elements in the plugin. |
List<MetaStackElement> |
MetaStackFactory.fromStrings(List<String> definitions)
Parses a list of
MetaStackElements from string, using the pre-defined elements in the plugin. |
List<MetaStackElement> |
MetaStackDefinition.getElements()
Gets an immutable list of the elements in this stack definition
|
| Modifier and Type | Method and Description |
|---|---|
MetaStackDefinition |
MetaStackFactory.createDefinition(List<MetaStackElement> elements,
String startSpacer,
String middleSpacer,
String endSpacer)
Creates a new
MetaStackDefinition with the given properties. |
Copyright © 2018. All rights reserved.