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.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/EntryRegistry.java b/src/main/java/me/shedaniel/rei/api/EntryRegistry.java
index 723f468bf..449dae8d7 100644
--- a/src/main/java/me/shedaniel/rei/api/EntryRegistry.java
+++ b/src/main/java/me/shedaniel/rei/api/EntryRegistry.java
@@ -35,7 +35,6 @@ import org.jetbrains.annotations.Nullable;
import java.util.Arrays;
import java.util.Collection;
-import java.util.Collections;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
@@ -91,9 +90,7 @@ public interface EntryRegistry {
* @param afterEntry the stack to put after
* @param stack the stack to register
*/
- default void registerEntryAfter(@Nullable EntryStack afterEntry, @NotNull EntryStack stack) {
- registerEntriesAfter(afterEntry, Collections.singletonList(stack));
- }
+ void registerEntryAfter(@Nullable EntryStack afterEntry, @NotNull EntryStack stack);
/**
* Registers an new stack to the entry list