Package org.aincraft.config
Interface YamlConfiguration
- All Superinterfaces:
org.bukkit.configuration.ConfigurationSection,FileBackedConfiguration
public interface YamlConfiguration
extends FileBackedConfiguration, org.bukkit.configuration.ConfigurationSection
-
Method Summary
Static MethodsMethods inherited from interface org.bukkit.configuration.ConfigurationSection
addDefault, contains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getComments, getComponent, getComponent, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInlineComments, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLocation, getLocation, getLong, getLong, getLongList, getMapList, getName, getObject, getObject, getOfflinePlayer, getOfflinePlayer, getParent, getRichMessage, getRichMessage, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLocation, isLong, isOfflinePlayer, isSet, isString, isVector, set, setComments, setComponent, setInlineComments, setRichMessageMethods inherited from interface org.aincraft.config.FileBackedConfiguration
getPlugin, reload, save
-
Method Details
-
create
@NotNull static @NotNull YamlConfiguration create(org.bukkit.plugin.Plugin plugin, String path) throws IllegalArgumentException - Throws:
IllegalArgumentException
-