diff options
Diffstat (limited to 'RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java')
| -rw-r--r-- | RoughlyEnoughItems-runtime/src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java | 15 |
1 files changed, 0 insertions, 15 deletions
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 @@ -112,11 +112,6 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData { } @Override - public boolean doesRenderEntryEnchantmentGlint() { - return true; - } - - @Override public boolean isEntryListWidgetScrolled() { return appearance.scrollingEntryListWidget; } @@ -137,11 +132,6 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData { } @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() { |
