Package dev.crafty.core.config
Class YamlConfigurationWrapper
java.lang.Object
dev.crafty.core.config.SectionWrapper
dev.crafty.core.config.YamlConfigurationWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionYamlConfigurationWrapper
(org.bukkit.configuration.file.YamlConfiguration config) -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.configuration.file.YamlConfiguration
Methods inherited from class dev.crafty.core.config.SectionWrapper
contains, createSection, get, getBoolean, getBooleanList, getDouble, getDoubleList, getFloat, getFloatList, getInt, getIntegerList, getKeys, getList, getLocation, getLong, getLongList, getOrCreateSection, getSection, getString, getStringList, set
-
Constructor Details
-
YamlConfigurationWrapper
@Contract("null -> fail") public YamlConfigurationWrapper(org.bukkit.configuration.file.YamlConfiguration config)
-
-
Method Details
-
getYamlConfiguration
public org.bukkit.configuration.file.YamlConfiguration getYamlConfiguration()
-