| Package | Description |
|---|---|
| me.lucko.luckperms.api.caching | |
| me.lucko.luckperms.api.metastacking |
| Modifier and Type | Method and Description |
|---|---|
MetaStackDefinition |
MetaData.getPrefixStackDefinition()
Gets the definition used for the prefix stack
|
MetaStackDefinition |
MetaContexts.getPrefixStackDefinition() |
MetaStackDefinition |
MetaData.getSuffixStackDefinition()
Gets the definition used for the suffix stack
|
MetaStackDefinition |
MetaContexts.getSuffixStackDefinition() |
| Modifier and Type | Method and Description |
|---|---|
static MetaContexts |
MetaContexts.of(Contexts contexts,
MetaStackDefinition prefixStackDefinition,
MetaStackDefinition suffixStackDefinition)
Creates a new meta contexts instance
|
| Constructor and Description |
|---|
MetaContexts(Contexts contexts,
MetaStackDefinition prefixStackDefinition,
MetaStackDefinition suffixStackDefinition)
Creates a new meta contexts instance
|
| 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.