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 TypeMethodDescriptionboolean
Deprecated.Checks whether the Config contains the specified Pathvoid
Deprecated.Recreates the File of this Configorg.bukkit.configuration.file.FileConfiguration
Deprecated.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 Pathvoid
reload()
Deprecated.Reloads the Configuration Filevoid
save()
Deprecated.Saves the Config Object to its Filevoid
Deprecated.Saves the Config Object to a Filevoid
setDefaultValue
(String path, Object value) Deprecated.Sets the Value for the specified Path (IF the Path does not yet exist)void
Deprecated.Sets the Value for the specified Path
-
Constructor Details
-
BlockDataConfigWrapper
Deprecated.
-
-
Method Details
-
save
public void save()Deprecated.Description copied from class:Config
Saves the Config Object to its File -
createFile
public void createFile()Deprecated.Description copied from class:Config
Recreates the File of this Config- Overrides:
createFile
in classConfig
-
getString
Deprecated.Description copied from class:Config
Returns the String at the specified Path -
getKeys
Deprecated.Description copied from class:Config
Returns all Paths in this Config -
getKeys
Deprecated.Description copied from class:Config
Returns all Sub-Paths in this Config -
getFile
Deprecated.Description copied from class:Config
Returns the File the Config is handling -
contains
Deprecated.Description copied from class:Config
Checks whether the Config contains the specified Path -
getValue
Deprecated.Description copied from class:Config
Returns the Object at the specified Path -
getConfiguration
public org.bukkit.configuration.file.FileConfiguration getConfiguration()Deprecated.Description copied from class:Config
Converts this Config Object into a plain FileConfiguration Object- Overrides:
getConfiguration
in classConfig
- Returns:
- The converted FileConfiguration Object
-
setDefaultValue
Deprecated.Description copied from class:Config
Sets the Value for the specified Path (IF the Path does not yet exist)- Overrides:
setDefaultValue
in classConfig
- Parameters:
path
- The path in the Config Filevalue
- The Value for that Path
-
setValue
Deprecated.Description copied from class:Config
Sets the Value for the specified Path -
save
Deprecated.Description copied from class:Config
Saves the Config Object to a File -
reload
public void reload()Deprecated.Description copied from class:Config
Reloads the Configuration File
-