Interface YmlConfig
- All Known Implementing Classes:
YmlConfigImpl
public interface YmlConfig
This class represents a YML configuration file.
-
Method Summary
Modifier and TypeMethodDescription@NonNull org.bukkit.configuration.file.FileConfigurationGets theFileConfigurationof this configuration file.voidReloads the configuration file.voidSaves the configuration file.
-
Method Details
-
getConfig
@NonNull org.bukkit.configuration.file.FileConfiguration getConfig()Gets theFileConfigurationof this configuration file.- Returns:
- The
FileConfigurationof this configuration file.
-
saveConfig
void saveConfig()Saves the configuration file. -
reloadConfig
void reloadConfig()Reloads the configuration file.
-