diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-03-19 04:22:55 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-03-19 04:22:55 +0800 |
| commit | 1764648e4f536b2e6ac1b7d1cb3c3fb60e206b29 (patch) | |
| tree | dec596bfe19105554b2c8a9b3045f0431f495fa3 /src/main/java/me/shedaniel/rei/api/RecipeHelper.java | |
| parent | aadcd2bc3a457ed0dfc03ad7be5ea9a3500c27c4 (diff) | |
| download | RoughlyEnoughItems-1764648e4f536b2e6ac1b7d1cb3c3fb60e206b29.tar.gz RoughlyEnoughItems-1764648e4f536b2e6ac1b7d1cb3c3fb60e206b29.tar.bz2 RoughlyEnoughItems-1764648e4f536b2e6ac1b7d1cb3c3fb60e206b29.zip | |
remove old Rectangle
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 | 3 |
1 files changed, 2 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 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 |
