Package ru.cwcode.cwutils.config
Class ConfigUtils
java.lang.Object
ru.cwcode.cwutils.config.ConfigUtils
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddeserialize(Object instance, Map<String, Object> map) Deprecated, for removal: This API element is subject to removal in a future version.static net.kyori.adventure.text.ComponentgetComponent(String json) Deprecated, for removal: This API element is subject to removal in a future version.static net.kyori.adventure.text.Component[]getComponents(List<String> json) Deprecated, for removal: This API element is subject to removal in a future version.static StringDeprecated, for removal: This API element is subject to removal in a future version.static org.bukkit.inventory.ItemStackloadItemStack(File file, org.bukkit.configuration.file.YamlConfiguration config, String path) Deprecated, for removal: This API element is subject to removal in a future version.static booleansaveConfig(File file, org.bukkit.configuration.file.YamlConfiguration config) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ConfigUtils
public ConfigUtils()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getPath
Deprecated, for removal: This API element is subject to removal in a future version. -
getComponent
Deprecated, for removal: This API element is subject to removal in a future version. -
getComponents
Deprecated, for removal: This API element is subject to removal in a future version. -
loadItemStack
public static org.bukkit.inventory.ItemStack loadItemStack(File file, org.bukkit.configuration.file.YamlConfiguration config, String path) Deprecated, for removal: This API element is subject to removal in a future version. -
saveConfig
Deprecated, for removal: This API element is subject to removal in a future version. -
serialize
Deprecated, for removal: This API element is subject to removal in a future version. -
deserialize
Deprecated, for removal: This API element is subject to removal in a future version. -
setField
Deprecated, for removal: This API element is subject to removal in a future version.
-