diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-03-12 20:34:58 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-03-12 20:34:58 +0800 |
| commit | 921fbe77b6ebbbb7e5a78dc996ca5c98faf5fcc5 (patch) | |
| tree | 07eef8e0101dca341f7fc4ce2eadcc6ba92e6147 /src/main | |
| parent | 0ef7d4d944b0683250f905f856c08e759ae9355d (diff) | |
| download | RoughlyEnoughItems-921fbe77b6ebbbb7e5a78dc996ca5c98faf5fcc5.tar.gz RoughlyEnoughItems-921fbe77b6ebbbb7e5a78dc996ca5c98faf5fcc5.tar.bz2 RoughlyEnoughItems-921fbe77b6ebbbb7e5a78dc996ca5c98faf5fcc5.zip | |
20w11a
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/gui/widget/PanelWidget.java | 9 | ||||
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/widget/PanelWidget.java b/src/main/java/me/shedaniel/rei/gui/widget/PanelWidget.java index a7d569695..8d293233c 100644 --- a/src/main/java/me/shedaniel/rei/gui/widget/PanelWidget.java +++ b/src/main/java/me/shedaniel/rei/gui/widget/PanelWidget.java @@ -30,10 +30,19 @@ import me.shedaniel.rei.api.REIHelper; import me.shedaniel.rei.gui.config.RecipeBorderType; import me.shedaniel.rei.gui.config.RecipeScreenType; import net.minecraft.util.Identifier; +import org.jetbrains.annotations.ApiStatus; import java.util.Collections; import java.util.List; +/** + * @see me.shedaniel.rei.api.widgets.Widgets#createRecipeBase(me.shedaniel.math.Rectangle) + * @see me.shedaniel.rei.api.widgets.Widgets#createRecipeBase(me.shedaniel.math.Rectangle, int) + * @see me.shedaniel.rei.api.widgets.Widgets#createSlotBase(me.shedaniel.math.Rectangle) + * @see me.shedaniel.rei.api.widgets.Widgets#createSlotBase(me.shedaniel.math.Rectangle, int) + */ +@ApiStatus.ScheduledForRemoval +@Deprecated public class PanelWidget extends WidgetWithBounds { private static final Identifier CHEST_GUI_TEXTURE = new Identifier("roughlyenoughitems", "textures/gui/recipecontainer.png"); diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 48788b30d..89c2c76c5 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -39,7 +39,7 @@ "cloth": "~2-", "cloth-basic-math": "*", "cloth-config2": "~3-", - "minecraft": "~1.16-Snapshot.20.10.a" + "minecraft": "~1.16-Snapshot.20.11.a" }, "mixins": [ "mixin.roughlyenoughitems.json", |
