aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/api/EntryRegistry.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/EntryRegistry.java')
-rw-r--r--src/main/java/me/shedaniel/rei/api/EntryRegistry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/EntryRegistry.java b/src/main/java/me/shedaniel/rei/api/EntryRegistry.java
index bff5aebb5..39af13fec 100644
--- a/src/main/java/me/shedaniel/rei/api/EntryRegistry.java
+++ b/src/main/java/me/shedaniel/rei/api/EntryRegistry.java
@@ -17,7 +17,6 @@ import java.util.List;
public interface EntryRegistry {
- @SuppressWarnings("deprecation")
static EntryRegistry getInstance() {
return RoughlyEnoughItemsCore.getEntryRegistry();
}
@@ -59,6 +58,7 @@ public interface EntryRegistry {
* @param afterEntry the stack to put after
* @param stack the stack to register
* @param checkAlreadyContains whether the list should check if it is already on the list
+ * @see #queueRegisterEntryAfter(EntryStack, Collection) for a faster method
*/
@Deprecated
@ApiStatus.Internal