Interface ConfigurationMethods<T extends ConfigurationMethods<?>>
- All Known Subinterfaces:
ConfigurationSection,ConfigurationSectionStandalone
- All Known Implementing Classes:
FeatureConfig,KamiConfig,KamiConfigExt,MemorySection,MemorySectionStandalone,ModuleConfig,StandaloneConfig,StandaloneConfigExt,SubsystemConfig,YamlConfiguration,YamlConfigurationStandalone
public interface ConfigurationMethods<T extends ConfigurationMethods<?>>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddDefault(String key, Object o) booleangetBigDecimal(String key) getBigDecimal(String key, BigDecimal def) booleangetBoolean(String key) booleangetBoolean(String key, boolean def) bytebytegetByteList(String key) getByteList(String key, List<Byte> def) @NotNull ConfigurationSequence<T> doubledoublefloatfloatintintgetIntegerList(String key) getIntegerList(String key, List<Integer> def) getKeys(boolean deep) List<?> List<?> longlongshortshortgetStringList(String key) getStringList(String key, List<String> def) booleanbooleanbooleanbooleanbooleanbooleanisEmpty()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidvoidputBoolean(String key, boolean value) voidvoidvoidvoidvoidputInteger(String key, int value) voidvoidvoidvoidvoidsetBoolean(String key, boolean value) voidvoidsetChanged(boolean changed) voidvoidvoidvoidsetInteger(String key, int value) voidvoidvoid
-
Method Details
-
set
-
put
-
get
-
get
-
putString
-
putBoolean
-
putByte
-
putShort
-
putInteger
-
putInt
-
putLong
-
putDouble
-
putFloat
-
setString
-
setBoolean
-
setByte
-
setShort
-
setInteger
-
setInt
-
setLong
-
setDouble
-
setFloat
-
getConfigurationSection
-
getConfigurationSequence
-
getString
-
getString
-
isString
-
getInt
-
getInt
-
isInt
-
getBoolean
-
getBoolean
-
isBoolean
-
getDouble
-
getDouble
-
isDouble
-
getByte
-
getByte
-
isByte
-
getShort
-
getShort
-
isShort
-
getFloat
-
getFloat
-
isFloat
-
getLong
-
getLong
-
isLong
-
getList
-
getList
-
isList
-
getStringList
-
getStringList
-
getIntegerList
-
getIntegerList
-
getByteList
-
getByteList
-
getKeys
-
isConfigurationSection
-
contains
-
isSet
-
getBigDecimal
-
getBigDecimal
-
isNumber
-
addDefault
-
isEmpty
boolean isEmpty() -
getCurrentPath
String getCurrentPath() -
isChanged
boolean isChanged() -
setChanged
@Internal void setChanged(boolean changed)
-