Package com.earth2me.essentials.config
Class ConfigurateUtil
java.lang.Object
com.earth2me.essentials.config.ConfigurateUtil
-
Method Summary
Modifier and TypeMethodDescriptiongetKeys
(org.spongepowered.configurate.CommentedConfigurationNode node) getMap
(org.spongepowered.configurate.CommentedConfigurationNode node) getMapList
(org.spongepowered.configurate.CommentedConfigurationNode node) getRawMap
(EssentialsConfiguration config, String key) getRawMap
(org.spongepowered.configurate.CommentedConfigurationNode node) static boolean
isDouble
(org.spongepowered.configurate.CommentedConfigurationNode node) static boolean
isInt
(org.spongepowered.configurate.CommentedConfigurationNode node) static boolean
isString
(org.spongepowered.configurate.CommentedConfigurationNode node) static BigDecimal
toBigDecimal
(String input, BigDecimal def)
-
Method Details
-
getRootNodeKeys
-
getKeys
-
getMap
-
getRawMap
-
getRawMap
-
getMapList
-
toBigDecimal
-
isDouble
public static boolean isDouble(org.spongepowered.configurate.CommentedConfigurationNode node) -
isInt
public static boolean isInt(org.spongepowered.configurate.CommentedConfigurationNode node) -
isString
public static boolean isString(org.spongepowered.configurate.CommentedConfigurationNode node)
-