diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-06-26 03:33:14 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-06-28 03:21:12 +0800 |
| commit | 57a1b48efff20922a4f2cbe3561f1034da2db0fb (patch) | |
| tree | dd59f5c693083a3fa709970982482246656e7597 /api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java | |
| parent | 493334f3e4afcb83b1e8080ac4276eb14854ae14 (diff) | |
| download | RoughlyEnoughItems-57a1b48efff20922a4f2cbe3561f1034da2db0fb.tar.gz RoughlyEnoughItems-57a1b48efff20922a4f2cbe3561f1034da2db0fb.tar.bz2 RoughlyEnoughItems-57a1b48efff20922a4f2cbe3561f1034da2db0fb.zip | |
WIP on Tag Category, add Overflow Widget
Diffstat (limited to 'api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java')
| -rw-r--r-- | api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java b/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java index cf6e13be6..f68d28e95 100644 --- a/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java +++ b/api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java @@ -37,7 +37,6 @@ import me.shedaniel.rei.api.client.plugins.REIClientPlugin; import me.shedaniel.rei.api.client.registry.screen.ClickArea; import me.shedaniel.rei.api.client.view.ViewSearchBuilder; import me.shedaniel.rei.api.common.entry.EntryIngredient; -import me.shedaniel.rei.api.common.entry.EntryStack; import me.shedaniel.rei.api.common.plugins.PluginManager; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; @@ -203,5 +202,7 @@ public final class ClientInternals { Widget concatWidgets(List<Widget> widgets); Widget noOp(); + + Widget wrapOverflow(Rectangle bounds, WidgetWithBounds widget); } } |
