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

25 lines
686 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS asu net/minecraft/container/Slot
2016-08-21 07:11:10 -04:00
FIELD a invSlot I
2018-11-15 12:05:03 -05:00
FIELD d inventory Laep;
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-15 12:05:03 -05:00
METHOD a takeStack (I)Lavf;
METHOD a matches (Laep;I)Z
METHOD a canTakeItems (Laqa;)Z
METHOD a onTakeItem (Laqa;Lavf;)Lavf;
METHOD a canInsert (Lavf;)Z
METHOD a onCrafted (Lavf;I)V
2018-11-04 07:22:38 -05:00
ARG 1 stack
2018-11-15 12:05:03 -05:00
METHOD a onStackChanged (Lavf;Lavf;)V
2018-11-04 07:22:38 -05:00
ARG 1 originalItem
METHOD b doDrawHoveringEffect ()Z
2018-11-15 12:05:03 -05:00
METHOD b getMaxStackAmount (Lavf;)I
METHOD c getBackgroundSprite ()Ljava/lang/String;
2018-11-15 12:05:03 -05:00
METHOD c onCrafted (Lavf;)V
METHOD d getStack ()Lavf;
METHOD d setStack (Lavf;)V
METHOD e hasStack ()Z
METHOD f markDirty ()V