| Package | Description |
|---|---|
| me.lucko.luckperms.api |
| Modifier and Type | Method and Description |
|---|---|
static LookupSetting |
LookupSetting.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupSetting[] |
LookupSetting.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<LookupSetting> |
Contexts.getSettings()
Gets the set of
LookupSettings which represent these Contexts. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Contexts.hasSetting(LookupSetting setting)
Gets if the given
LookupSetting is set. |
| Modifier and Type | Method and Description |
|---|---|
static Contexts |
Contexts.of(ContextSet contextSet,
Set<LookupSetting> settings)
Creates a new
Contexts instance. |
| Constructor and Description |
|---|
Contexts(ImmutableContextSet contextSet,
ImmutableSet<LookupSetting> settings) |
Copyright © 2018. All rights reserved.