diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-02-15 01:18:24 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-02-15 01:19:04 +0800 |
| commit | 9ed854f764cb780abbd90c72f9175e24fc48f518 (patch) | |
| tree | 7f673807d4eea310b2c780a3812b3a7bd6f79097 /src/main/java/me/shedaniel/rei/api/RecipeHelper.java | |
| parent | 9debf93e15a642771d0987d6e8402858a963fa19 (diff) | |
| download | RoughlyEnoughItems-9ed854f764cb780abbd90c72f9175e24fc48f518.tar.gz RoughlyEnoughItems-9ed854f764cb780abbd90c72f9175e24fc48f518.tar.bz2 RoughlyEnoughItems-9ed854f764cb780abbd90c72f9175e24fc48f518.zip | |
Beacon Base 4.0.2
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/RecipeHelper.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 12 |
1 files changed, 11 insertions, 1 deletions
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<List<EntryStack>> 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); /** |
