diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-11-16 01:36:17 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-11-16 01:36:17 +0800 |
| commit | 883738ac49e261eb1b9cfbd68a14900cb4450cf2 (patch) | |
| tree | d9f339f2cb133aadd945349a4df5e2c5c4e8458c /RoughlyEnoughItems-api/src/main/java | |
| parent | b7cb9e2a7dd9ea67201b25788a0cd67a63cebb45 (diff) | |
| download | RoughlyEnoughItems-883738ac49e261eb1b9cfbd68a14900cb4450cf2.tar.gz RoughlyEnoughItems-883738ac49e261eb1b9cfbd68a14900cb4450cf2.tar.bz2 RoughlyEnoughItems-883738ac49e261eb1b9cfbd68a14900cb4450cf2.zip | |
Remove resize dynamically
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'RoughlyEnoughItems-api/src/main/java')
| -rw-r--r-- | RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/ConfigObject.java | 2 |
1 files changed, 2 insertions, 0 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 da43f244f..8bce78e5b 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 @@ -181,6 +181,8 @@ public interface ConfigObject { boolean isInventoryHighlightingAllowed(); + @Deprecated + @ApiStatus.ScheduledForRemoval boolean shouldResizeDynamically(); @ApiStatus.Experimental |
