Package net.md_5.bungee.config
Class Configuration
java.lang.Object
net.md_5.bungee.config.Configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<T> TbooleangetBoolean(String path) booleangetBoolean(String path, boolean def) getBooleanList(String path) bytebytegetByteList(String path) charchargetCharList(String path) getDefault(String path) doubledoublegetDoubleList(String path) floatfloatgetFloatList(String path) intintgetIntList(String path) getKeys()Gets keys, not deep by default.List<?>List<?>longlonggetLongList(String path) getSection(String path) shortshortgetShortList(String path) getStringList(String path) void
-
Constructor Details
-
Configuration
public Configuration() -
Configuration
-
-
Method Details
-
get
-
contains
-
get
-
getDefault
-
set
-
getSection
-
getKeys
Gets keys, not deep by default.- Returns:
- top level keys for this section
-
getByte
-
getByte
-
getByteList
-
getShort
-
getShort
-
getShortList
-
getInt
-
getInt
-
getIntList
-
getLong
-
getLong
-
getLongList
-
getFloat
-
getFloat
-
getFloatList
-
getDouble
-
getDouble
-
getDoubleList
-
getBoolean
-
getBoolean
-
getBooleanList
-
getChar
-
getChar
-
getCharList
-
getString
-
getString
-
getStringList
-
getList
-
getList
-