| Package | Description |
|---|---|
| me.lucko.helper.setting |
| Modifier and Type | Method and Description |
|---|---|
SettingMap<S,V> |
SettingMapFactory.decode(byte[] buf)
Decodes the given byte array to a
SettingMap. |
SettingMap<S,V> |
SettingMapFactory.decode(String encodedString)
Decodes the given string to a
SettingMap. |
SettingMap<S,V> |
SettingMapFactory.newMap()
Creates a new
SettingMap, with the default states set for each of the settings. |
Copyright © 2020. All rights reserved.