Class BlockDataConfigWrapper
java.lang.Object
me.mrCookieSlime.CSCoreLibPlugin.Configuration.Config
com.xzavier0722.mc.plugin.slimefun4.storage.controller.BlockDataConfigWrapper
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Checks whether the Config contains the specified PathvoidDeprecated.Recreates the File of this Configorg.bukkit.configuration.file.FileConfigurationDeprecated.Converts this Config Object into a plain FileConfiguration ObjectgetFile()Deprecated.Returns the File the Config is handlinggetKeys()Deprecated.Returns all Paths in this ConfigDeprecated.Returns all Sub-Paths in this ConfigDeprecated.Returns the String at the specified PathDeprecated.Returns the Object at the specified Pathvoidreload()Deprecated.Reloads the Configuration Filevoidsave()Deprecated.Saves the Config Object to its FilevoidDeprecated.Saves the Config Object to a FilevoidsetDefaultValue(String path, Object value) Deprecated.Sets the Value for the specified Path (IF the Path does not yet exist)voidDeprecated.Sets the Value for the specified Path
-
Constructor Details
-
BlockDataConfigWrapper
Deprecated.
-
-
Method Details
-
save
public void save()Deprecated.Description copied from class:ConfigSaves the Config Object to its File -
createFile
public void createFile()Deprecated.Description copied from class:ConfigRecreates the File of this Config- Overrides:
createFilein classConfig
-
getString
Deprecated.Description copied from class:ConfigReturns the String at the specified Path -
getKeys
Deprecated.Description copied from class:ConfigReturns all Paths in this Config -
getKeys
Deprecated.Description copied from class:ConfigReturns all Sub-Paths in this Config -
getFile
Deprecated.Description copied from class:ConfigReturns the File the Config is handling -
contains
Deprecated.Description copied from class:ConfigChecks whether the Config contains the specified Path -
getValue
Deprecated.Description copied from class:ConfigReturns the Object at the specified Path -
getConfiguration
public org.bukkit.configuration.file.FileConfiguration getConfiguration()Deprecated.Description copied from class:ConfigConverts this Config Object into a plain FileConfiguration Object- Overrides:
getConfigurationin classConfig- Returns:
- The converted FileConfiguration Object
-
setDefaultValue
Deprecated.Description copied from class:ConfigSets the Value for the specified Path (IF the Path does not yet exist)- Overrides:
setDefaultValuein classConfig- Parameters:
path- The path in the Config Filevalue- The Value for that Path
-
setValue
Deprecated.Description copied from class:ConfigSets the Value for the specified Path -
save
Deprecated.Description copied from class:ConfigSaves the Config Object to a File -
reload
public void reload()Deprecated.Description copied from class:ConfigReloads the Configuration File
-