aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/ConfigObject.java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-02-29 21:45:26 +0800
committershedaniel <daniel@shedaniel.me>2020-02-29 21:51:27 +0800
commit2c56475ec7f2b5190b8198ab5fd98b1a927d6250 (patch)
tree68a67bbc4f06b8220c0210560b43ed59829be28e /src/main/java/me/shedaniel/rei/api/ConfigObject.java
parent08054321b753791342d7de8ab38ffb3def9577c2 (diff)
downloadRoughlyEnoughItems-2c56475ec7f2b5190b8198ab5fd98b1a927d6250.tar.gz
RoughlyEnoughItems-2c56475ec7f2b5190b8198ab5fd98b1a927d6250.tar.bz2
RoughlyEnoughItems-2c56475ec7f2b5190b8198ab5fd98b1a927d6250.zip
change border
Signed-off-by: shedaniel <daniel@shedaniel.me>
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, 5 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/ConfigObject.java b/src/main/java/me/shedaniel/rei/api/ConfigObject.java
index 6e6490022..09566c873 100644
--- a/src/main/java/me/shedaniel/rei/api/ConfigObject.java
+++ b/src/main/java/me/shedaniel/rei/api/ConfigObject.java
@@ -25,6 +25,7 @@ package me.shedaniel.rei.api;
import me.shedaniel.clothconfig2.api.ModifierKeyCode;
import me.shedaniel.rei.gui.config.ItemListOrdering;
+import me.shedaniel.rei.gui.config.RecipeBorderType;
import me.shedaniel.rei.gui.config.RecipeScreenType;
import me.shedaniel.rei.gui.config.SearchFieldLocation;
import me.shedaniel.rei.impl.ConfigManagerImpl;
@@ -89,8 +90,12 @@ public interface ConfigObject {
boolean areClickableRecipeArrowsEnabled();
+ @ApiStatus.ScheduledForRemoval
+ @Deprecated
boolean isUsingLightGrayRecipeBorder();
+ RecipeBorderType getRecipeBorderType();
+
boolean doesVillagerScreenHavePermanentScrollBar();
boolean doesRegisterRecipesInAnotherThread();