From 1764648e4f536b2e6ac1b7d1cb3c3fb60e206b29 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 19 Mar 2020 04:22:55 +0800 Subject: remove old Rectangle Signed-off-by: shedaniel --- src/main/java/me/shedaniel/rei/api/RecipeHelper.java | 3 ++- 1 file changed, 2 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 122100fb0..9bec4c656 100644 --- a/src/main/java/me/shedaniel/rei/api/RecipeHelper.java +++ b/src/main/java/me/shedaniel/rei/api/RecipeHelper.java @@ -23,7 +23,7 @@ package me.shedaniel.rei.api; -import me.shedaniel.math.api.Rectangle; +import me.shedaniel.math.Rectangle; import me.shedaniel.rei.RoughlyEnoughItemsCore; import net.minecraft.client.gui.screen.ingame.HandledScreen; import net.minecraft.recipe.Recipe; @@ -107,6 +107,7 @@ public interface RecipeHelper { * * @param categoryIdentifier the category to display in * @param display the recipe display + * @deprecated Use {@link RecipeHelper#registerDisplay(RecipeDisplay)} */ @ApiStatus.Internal @ApiStatus.ScheduledForRemoval -- cgit