| Package | Description |
|---|---|
| me.lucko.helper.setting |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanSettingMap<S extends BooleanSetting>
Represents a map of states of a given realm of settings.
|
class |
BooleanSettingMapFactory<S extends BooleanSetting>
Creates and decodes
BooleanSettingMaps for a given realm of settings. |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Enum<S> & BooleanSetting> |
BooleanSettingMapFactory.create(Class<S> settingsEnum)
Creates a new
BooleanSettingMapFactory for the given BooleanSetting enum. |
static <S extends BooleanSetting> |
BooleanSettingMapFactory.create(S[] settings)
Creates a new
BooleanSettingMapFactory for the given BooleanSettings. |
| Modifier and Type | Method and Description |
|---|---|
S[] |
BooleanSettingMapFactory.getSettings()
Gets the
BooleanSetting instances. |
| Modifier and Type | Method and Description |
|---|---|
static <S extends BooleanSetting> |
BooleanSettingMapFactory.create(S[] settings)
Creates a new
BooleanSettingMapFactory for the given BooleanSettings. |
Copyright © 2022. All rights reserved.