From 3ab6f974fb63b9f9232f8507e156cfc53cdf0250 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 6 Feb 2020 11:55:23 +0800 Subject: 4.0-unstable Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/api/ConfigManager.java | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/main/java/me/shedaniel/rei/api/ConfigManager.java') diff --git a/src/main/java/me/shedaniel/rei/api/ConfigManager.java b/src/main/java/me/shedaniel/rei/api/ConfigManager.java index c2b785571..3f0da4e93 100644 --- a/src/main/java/me/shedaniel/rei/api/ConfigManager.java +++ b/src/main/java/me/shedaniel/rei/api/ConfigManager.java @@ -8,13 +8,11 @@ package me.shedaniel.rei.api; import me.shedaniel.rei.RoughlyEnoughItemsCore; import net.minecraft.client.MinecraftClient; import net.minecraft.client.gui.screen.Screen; -import org.jetbrains.annotations.ApiStatus; import java.util.List; public interface ConfigManager { - @SuppressWarnings("deprecation") static ConfigManager getInstance() { return RoughlyEnoughItemsCore.getConfigManager(); } @@ -26,16 +24,6 @@ public interface ConfigManager { */ void saveConfig(); - /** - * Gets the config instance - * - * @return the config instance - * @deprecated Use {@link ConfigObject#getInstance()} - */ - @Deprecated - @ApiStatus.ScheduledForRemoval - ConfigObject getConfig(); - /** * Gets if craftable only filter is enabled * -- cgit