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

23 lines
654 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS afh net/minecraft/container/slot/Slot
2016-08-21 07:11:10 -04:00
FIELD a invSlot I
2017-04-05 07:31:24 -04:00
FIELD d inventory Lsq;
2016-08-21 07:11:10 -04:00
FIELD e id I
FIELD f xPosition I
FIELD g yPosition I
METHOD a getMaxStackAmount ()I
METHOD a takeStack (I)Lahf;
METHOD a canTakeItems (Lacu;)Z
METHOD a onTakeItem (Lacu;Lahf;)Lahf;
METHOD a canInsert (Lahf;)Z
METHOD a onCrafted (Lahf;I)V
METHOD a onStackChanged (Lahf;Lahf;)V
METHOD a matches (Lsq;I)Z
METHOD b doDrawHoveringEffect ()Z
METHOD b getMaxStackAmount (Lahf;)I
METHOD c getBackgroundSprite ()Ljava/lang/String;
METHOD c onCrafted (Lahf;)V
METHOD d getStack ()Lahf;
METHOD d setStack (Lahf;)V
METHOD e hasStack ()Z
METHOD f markDirty ()V