Uses of Enum Class
com.palmergames.bukkit.config.ConfigNodes
-
Uses of ConfigNodes in com.palmergames.bukkit.config
Modifier and TypeMethodDescriptionstatic ConfigNodes
Returns the enum constant of this class with the specified name.static ConfigNodes[]
ConfigNodes.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ConfigNodes in com.palmergames.bukkit.towny
Modifier and TypeMethodDescriptionstatic boolean
TownySettings.getBoolean
(ConfigNodes node) static double
TownySettings.getDouble
(ConfigNodes node) static int
TownySettings.getInt
(ConfigNodes node) TownySettings.getIntArr
(ConfigNodes node) static long
TownySettings.getMillis
(ConfigNodes node) static long
TownySettings.getSeconds
(ConfigNodes node) static SpawnLevel
TownySettings.getSpawnLevel
(ConfigNodes node) TownySettings.getStrArr
(ConfigNodes node) static String
TownySettings.getString
(ConfigNodes node)