yarn/mappings/net/minecraft/container/Slot.mapping

25 lines
686 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS atd net/minecraft/container/Slot
2016-08-21 07:11:10 -04:00
FIELD a invSlot I
2018-11-27 13:50:51 -05:00
FIELD d inventory Laes;
2016-08-21 07:11:10 -04:00
FIELD e id I
FIELD f xPosition I
FIELD g yPosition I
METHOD a getMaxStackAmount ()I
2018-11-27 13:50:51 -05:00
METHOD a takeStack (I)Lavo;
METHOD a matches (Laes;I)Z
METHOD a canTakeItems (Laqg;)Z
METHOD a onTakeItem (Laqg;Lavo;)Lavo;
METHOD a canInsert (Lavo;)Z
METHOD a onCrafted (Lavo;I)V
2018-11-04 07:22:38 -05:00
ARG 1 stack
2018-11-27 13:50:51 -05:00
METHOD a onStackChanged (Lavo;Lavo;)V
2018-11-04 07:22:38 -05:00
ARG 1 originalItem
METHOD b doDrawHoveringEffect ()Z
2018-11-27 13:50:51 -05:00
METHOD b getMaxStackAmount (Lavo;)I
METHOD c getBackgroundSprite ()Ljava/lang/String;
2018-11-27 13:50:51 -05:00
METHOD c onCrafted (Lavo;)V
METHOD d getStack ()Lavo;
METHOD d setStack (Lavo;)V
METHOD e hasStack ()Z
METHOD f markDirty ()V