aboutsummaryrefslogtreecommitdiff
path: root/RoughlyEnoughItems-api/src
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2020-10-17 12:10:15 +0800
committershedaniel <daniel@shedaniel.me>2020-10-17 12:10:15 +0800
commitb7f8fc61dcaa6d202809651d46cf0946b63beef7 (patch)
tree31ddc7dcf995a2107e28e8ab58fcce62f41155ab /RoughlyEnoughItems-api/src
parentcfd5c2a5b41388036b3e67f237bb8c18bf5bb1c2 (diff)
downloadRoughlyEnoughItems-b7f8fc61dcaa6d202809651d46cf0946b63beef7.tar.gz
RoughlyEnoughItems-b7f8fc61dcaa6d202809651d46cf0946b63beef7.tar.bz2
RoughlyEnoughItems-b7f8fc61dcaa6d202809651d46cf0946b63beef7.zip
Close #423
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'RoughlyEnoughItems-api/src')
-rw-r--r--RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigObject.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigObject.java b/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigObject.java
index e7b2bf1a5..948c969dc 100644
--- a/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigObject.java
+++ b/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigObject.java
@@ -162,8 +162,9 @@ public interface ConfigObject {
@ApiStatus.Experimental
boolean doDebugSearchTimeRequired();
- @ApiStatus.Experimental
boolean isSubsetsEnabled();
+ boolean isInventoryHighlightingAllowed();
+
boolean shouldResizeDynamically();
}