diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-06-14 22:10:42 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-06-14 22:10:42 +0800 |
| commit | 69a531030df74768d86025cd5668e0418a3c1f07 (patch) | |
| tree | f128d5b07b0a8cfa8f02def50477ce8bfef4a50e /src/main/java/me/shedaniel/rei/api/REIPluginEntry.java | |
| parent | 5c29f7917d71dc0042ee2b71a1f7ba4f4c347fde (diff) | |
| download | RoughlyEnoughItems-69a531030df74768d86025cd5668e0418a3c1f07.tar.gz RoughlyEnoughItems-69a531030df74768d86025cd5668e0418a3c1f07.tar.bz2 RoughlyEnoughItems-69a531030df74768d86025cd5668e0418a3c1f07.zip | |
stuff
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 |
