From 9ed854f764cb780abbd90c72f9175e24fc48f518 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 15 Feb 2020 01:18:24 +0800 Subject: Beacon Base 4.0.2 Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (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 4e8a07f21..d502100c1 100644 --- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java +++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java @@ -75,11 +75,21 @@ public interface RecipeHelper { List> getWorkingStations(Identifier category); /** - * Registers a recipe display + * Registers a recipe display. + * + * @param display the recipe display + */ + void registerDisplay(RecipeDisplay display); + + /** + * Registers a recipe display. * * @param categoryIdentifier the category to display in * @param display the recipe display */ + @ApiStatus.Internal + @ApiStatus.ScheduledForRemoval + @Deprecated void registerDisplay(Identifier categoryIdentifier, RecipeDisplay display); /** -- cgit