aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/gui/widget/SlotWidget.java
diff options
context:
space:
mode:
authorUnknown <shekwancheung0528@gmail.com>2019-06-06 17:56:11 +0800
committerUnknown <shekwancheung0528@gmail.com>2019-06-06 17:56:11 +0800
commit36609262e4014e976523130bf26879eac2e90e19 (patch)
tree2df3063416e77de8d95d31d86adea330e5f86437 /src/main/java/me/shedaniel/rei/gui/widget/SlotWidget.java
parent94e6085d2d49e7fe38871c9548774c4e50a2f422 (diff)
downloadRoughlyEnoughItems-36609262e4014e976523130bf26879eac2e90e19.tar.gz
RoughlyEnoughItems-36609262e4014e976523130bf26879eac2e90e19.tar.bz2
RoughlyEnoughItems-36609262e4014e976523130bf26879eac2e90e19.zip
giving up on that
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/widget/SlotWidget.java')
-rw-r--r--src/main/java/me/shedaniel/rei/gui/widget/SlotWidget.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/widget/SlotWidget.java b/src/main/java/me/shedaniel/rei/gui/widget/SlotWidget.java
index aaa997631..9bb20a201 100644
--- a/src/main/java/me/shedaniel/rei/gui/widget/SlotWidget.java
+++ b/src/main/java/me/shedaniel/rei/gui/widget/SlotWidget.java
@@ -33,7 +33,7 @@ public class SlotWidget extends HighlightableWidget {
public static final Identifier RECIPE_GUI_DARK = new Identifier("roughlyenoughitems", "textures/gui/recipecontainer_dark.png");
private List<Renderer> renderers = new LinkedList<>();
private boolean drawBackground, showToolTips, clickToMoreRecipes, drawHighlightedBackground;
- private int x, y;
+ protected int x, y;
public SlotWidget(int x, int y, ItemStack itemStack, boolean drawBackground, boolean showToolTips) {
this(x, y, Collections.singletonList(itemStack), drawBackground, showToolTips);