Package net.md_5.bungee.config
Class Configuration
java.lang.Object
net.md_5.bungee.config.Configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
<T> T
boolean
getBoolean
(String path) boolean
getBoolean
(String path, boolean def) getBooleanList
(String path) byte
byte
getByteList
(String path) char
char
getCharList
(String path) getDefault
(String path) double
double
getDoubleList
(String path) float
float
getFloatList
(String path) int
int
getIntList
(String path) getKeys()
Gets keys, not deep by default.List<?>
List<?>
long
long
getLongList
(String path) getSection
(String path) short
short
getShortList
(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
-