Skip to content

Commit 4807d80

Browse files
committed
Slate TooltipRenderEvent.containerX/Y for removal
1 parent 27e285d commit 4807d80

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • station-items-v0/src/main/java/net/modificationstation/stationapi/api/client/event/gui/screen/container

station-items-v0/src/main/java/net/modificationstation/stationapi/api/client/event/gui/screen/container/TooltipRenderEvent.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,14 @@ public class TooltipRenderEvent extends ItemStackEvent {
2121
public final HandledScreen container;
2222
public final TextRenderer textManager;
2323
public final PlayerInventory inventory;
24+
/**
25+
* These will be removed in a3, due to the fact the container var already exists.
26+
*/
27+
@Deprecated(forRemoval = true)
2428
public final int
2529
containerX,
26-
containerY,
30+
containerY;
31+
public final int
2732
mouseX,
2833
mouseY;
2934
public final float delta;

0 commit comments

Comments
 (0)