diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-12-14 00:10:26 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-12-14 00:10:26 +0800 |
| commit | 1f6137d24153b62c42da129ce5d6373bbf78ee34 (patch) | |
| tree | 75ae34e8a1db21e08253a3fc424a8989abd20d9f /RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java | |
| parent | 90b8a8181eb7e642fb88832f8bd8baa3acdcf804 (diff) | |
| download | RoughlyEnoughItems-1f6137d24153b62c42da129ce5d6373bbf78ee34.tar.gz RoughlyEnoughItems-1f6137d24153b62c42da129ce5d6373bbf78ee34.tar.bz2 RoughlyEnoughItems-1f6137d24153b62c42da129ce5d6373bbf78ee34.zip | |
The big refactor
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java')
| -rw-r--r-- | RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java b/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java index 6fc26ca55..be0446f8c 100644 --- a/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java +++ b/RoughlyEnoughItems-api/src/main/java/me/shedaniel/rei/api/FocusedStackProvider.java @@ -36,5 +36,5 @@ public interface FocusedStackProvider { } @NotNull - InteractionResultHolder<EntryStack> provide(Screen screen); + InteractionResultHolder<EntryStack<?>> provide(Screen screen); } |
