Uses of Enum Class
com.palmergames.bukkit.config.ConfigNodes
Packages that use ConfigNodes
-
Uses of ConfigNodes in com.palmergames.bukkit.config
Methods in com.palmergames.bukkit.config that return ConfigNodesModifier 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
Methods in com.palmergames.bukkit.towny with parameters of type ConfigNodesModifier 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)