Uses of Enum
de.marcely.bedwars.api.configuration.ConfigFile
Packages that use ConfigFile
Package
Description
API to get or modify the user's MBedwars configuration.
-
Uses of ConfigFile in de.marcely.bedwars.api.configuration
Methods in de.marcely.bedwars.api.configuration that return ConfigFileModifier and TypeMethodDescriptionstatic ConfigFile
Returns the enum constant of this type with the specified name.static ConfigFile[]
ConfigFile.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.marcely.bedwars.api.configuration with parameters of type ConfigFileModifier and TypeMethodDescriptionvoid
ConfigurationAPI.saveNow
(ConfigFile file) Saves a config file based on the data currently loaded in memory.