diff options
| author | shedaniel <daniel@shedaniel.me> | 2019-11-23 17:28:16 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2019-11-23 17:28:16 +0800 |
| commit | f8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd (patch) | |
| tree | 0a838a2d32528e535117615d440e2b7dd1609efd /src/main/java/me/shedaniel/rei/api/ConfigManager.java | |
| parent | f1980316ccd614258d98d8b7f906809c12a2c217 (diff) | |
| download | RoughlyEnoughItems-f8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd.tar.gz RoughlyEnoughItems-f8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd.tar.bz2 RoughlyEnoughItems-f8f2ffab63792a8ccd02b8627c0d2c0b2fad71fd.zip | |
3.2.10
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/ConfigManager.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/ConfigManager.java | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/ConfigManager.java b/src/main/java/me/shedaniel/rei/api/ConfigManager.java index 3d14cc131..277836859 100644 --- a/src/main/java/me/shedaniel/rei/api/ConfigManager.java +++ b/src/main/java/me/shedaniel/rei/api/ConfigManager.java @@ -6,7 +6,6 @@ package me.shedaniel.rei.api; import me.shedaniel.rei.RoughlyEnoughItemsCore; -import me.zeroeightsix.fiber.exception.FiberException; import net.minecraft.client.gui.screen.Screen; import java.io.IOException; @@ -20,17 +19,8 @@ public interface ConfigManager { /** * Saves the config. - * - * @throws IOException when error - */ - void saveConfig() throws IOException, FiberException; - - /** - * Loads the config from the json file, creates the file if not found. - * - * @throws IOException when error */ - void loadConfig() throws IOException, FiberException; + void saveConfig(); /** * Gets the config instance |
