mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-10-31 21:47:10 +00:00
Remove ParseException from IConfig
This commit is contained in:
parent
58b1890183
commit
d2884f007b
@ -1,11 +1,10 @@
|
||||
package me.totalfreedom.totalfreedommod.config;
|
||||
|
||||
import java.text.ParseException;
|
||||
import org.bukkit.configuration.ConfigurationSection;
|
||||
|
||||
public interface IConfig
|
||||
{
|
||||
void loadFrom(ConfigurationSection cs) throws ParseException;
|
||||
void loadFrom(ConfigurationSection cs);
|
||||
|
||||
void saveTo(ConfigurationSection cs);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user