From 90b8a8181eb7e642fb88832f8bd8baa3acdcf804 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Fri, 11 Dec 2020 20:24:47 +0800 Subject: Remove deprecated classes Signed-off-by: shedaniel --- .../main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java') diff --git a/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java b/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java index d6e3156dc..119016687 100644 --- a/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java +++ b/RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java @@ -111,11 +111,6 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData { return advanced.accessibility.toastDisplayedOnCopyIdentifier; } - @Override - public boolean doesRenderEntryEnchantmentGlint() { - return true; - } - @Override public boolean isEntryListWidgetScrolled() { return appearance.scrollingEntryListWidget; @@ -136,11 +131,6 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData { appearance.recipeScreenType = recipeScreenType; } - @Override - public boolean isLoadingDefaultPlugin() { - return true; - } - @Override public SearchFieldLocation getSearchFieldLocation() { return appearance.layout.searchFieldLocation; @@ -344,11 +334,6 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData { return functionality.allowInventoryHighlighting; } - @Override - public boolean shouldResizeDynamically() { - return false; - } - @ApiStatus.Experimental @Override public double getHorizontalEntriesBoundaries() { -- cgit