diff options
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/REIPluginEntry.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/REIPluginEntry.java | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java b/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java index 87876b46e..2d0b2f236 100644 --- a/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java +++ b/src/main/java/me/shedaniel/rei/api/REIPluginEntry.java @@ -41,15 +41,6 @@ public interface REIPluginEntry { default void registerRecipeDisplays(RecipeHelper recipeHelper) {} /** - * Not called anymore! - * - * @param recipeHelper the helper class - * @see REIPluginEntry#registerOthers(RecipeHelper) - */ - @Deprecated - default void registerSpeedCraft(RecipeHelper recipeHelper) {} - - /** * Registers bounds handlers * * @param displayHelper the helper class |
