aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-02-28 10:09:24 +0800
committershedaniel <daniel@shedaniel.me>2022-02-28 10:09:24 +0800
commitd1f63b845139aeca1e800e3186570a92b8dc96c0 (patch)
treef91f7126d0576882b49f604af4701c16945c2ad3 /api/src/main/java
parent8474c7953cfe76d6c8496120807c1457fa9a0ca9 (diff)
downloadRoughlyEnoughItems-d1f63b845139aeca1e800e3186570a92b8dc96c0.tar.gz
RoughlyEnoughItems-d1f63b845139aeca1e800e3186570a92b8dc96c0.tar.bz2
RoughlyEnoughItems-d1f63b845139aeca1e800e3186570a92b8dc96c0.zip
Fix EntryRegistry runtime warn randomly
Diffstat (limited to 'api/src/main/java')
-rw-r--r--api/src/main/java/me/shedaniel/rei/api/client/registry/entry/EntryRegistry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/main/java/me/shedaniel/rei/api/client/registry/entry/EntryRegistry.java b/api/src/main/java/me/shedaniel/rei/api/client/registry/entry/EntryRegistry.java
index 8c4c9e4b3..6ff3af865 100644
--- a/api/src/main/java/me/shedaniel/rei/api/client/registry/entry/EntryRegistry.java
+++ b/api/src/main/java/me/shedaniel/rei/api/client/registry/entry/EntryRegistry.java
@@ -153,7 +153,7 @@ public interface EntryRegistry extends Reloadable<REIClientPlugin> {
// TODO Re-evaluate the need for this
@ApiStatus.Internal
- Collection<EntryStack<?>> refilterNew(Collection<EntryStack<?>> entries);
+ Collection<EntryStack<?>> refilterNew(boolean warn, Collection<EntryStack<?>> entries);
/**
* Checks if a stack is already registered.