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

25 lines
672 B
Plaintext
Raw Normal View History

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