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

25 lines
686 B
Plaintext
Raw Normal View History

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