From 250159221c07f884252a37daf00c74f41cf69d52 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 7 Mar 2020 03:10:43 +0800 Subject: stuff Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java') diff --git a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java index 71fda0d06..9d58d5530 100644 --- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java +++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java @@ -39,6 +39,9 @@ import java.util.function.Predicate; public interface RecipeHelper { + /** + * @return the api instance of {@link me.shedaniel.rei.impl.RecipeHelperImpl} + */ static RecipeHelper getInstance() { return RoughlyEnoughItemsCore.getRecipeHelper(); } -- cgit