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