aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ConfigObject.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-01-04 21:00:18 +0800
committershedaniel <daniel@shedaniel.me>2020-01-04 21:00:18 +0800
commit7c6aa1d9b1733ba83f0d06cc40e2d02ef42b08ab (patch)
tree0152d0c83374830c072e6c3464977ac425a5d894 /src/main/java/me/shedaniel/rei/api/ConfigObject.java
parentf94bd2932866dc3a8306e4c44c7557700567021e (diff)
downloadRoughlyEnoughItems-7c6aa1d9b1733ba83f0d06cc40e2d02ef42b08ab.tar.gz
RoughlyEnoughItems-7c6aa1d9b1733ba83f0d06cc40e2d02ef42b08ab.tar.bz2
RoughlyEnoughItems-7c6aa1d9b1733ba83f0d06cc40e2d02ef42b08ab.zip
3.3.3
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/ConfigObject.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/ConfigObject.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/ConfigObject.java b/src/main/java/me/shedaniel/rei/api/ConfigObject.java
index ca3adc5a2..ab819e9bd 100644
--- a/src/main/java/me/shedaniel/rei/api/ConfigObject.java
+++ b/src/main/java/me/shedaniel/rei/api/ConfigObject.java
@@ -6,7 +6,6 @@
package me.shedaniel.rei.api;
import me.shedaniel.clothconfig2.api.ModifierKeyCode;
-import me.shedaniel.rei.gui.config.ItemCheatingMode;
import me.shedaniel.rei.gui.config.ItemListOrdering;
import me.shedaniel.rei.gui.config.RecipeScreenType;
import me.shedaniel.rei.gui.config.SearchFieldLocation;
@@ -27,8 +26,6 @@ public interface ConfigObject {
boolean isLighterButtonHover();
- void setLighterButtonHover(boolean lighterButtonHover);
-
boolean isOverlayVisible();
void setOverlayVisible(boolean overlayVisible);
@@ -84,8 +81,6 @@ public interface ConfigObject {
boolean areClickableRecipeArrowsEnabled();
- ItemCheatingMode getItemCheatingMode();
-
boolean isUsingLightGrayRecipeBorder();
boolean doesVillagerScreenHavePermanentScrollBar();