Container drag slots (#517)

This commit is contained in:
Erlend Åmdal 2019-03-12 12:16:50 +01:00 committed by Modmuss50
parent 56280bd00a
commit de55b628c2
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ CLASS cwe net/minecraft/client/gui/ContainerScreen
FIELD t left I
FIELD u top I
FIELD v focusedSlot Lavi;
FIELD w slots Ljava/util/Set;
FIELD w cursorDragSlots Ljava/util/Set;
FIELD x isCursorDragging Z
FIELD y touchDragSlotStart Lavi;
FIELD z touchIsRightClickDrag Z
METHOD <init> (Latu;Lary;Lji;)V