diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-04 21:00:18 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-04 21:00:18 +0800 |
| commit | 7c6aa1d9b1733ba83f0d06cc40e2d02ef42b08ab (patch) | |
| tree | 0152d0c83374830c072e6c3464977ac425a5d894 /src/main/java/me/shedaniel/rei/api/ConfigObject.java | |
| parent | f94bd2932866dc3a8306e4c44c7557700567021e (diff) | |
| download | RoughlyEnoughItems-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.java | 5 |
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(); |
