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

35 lines
847 B
Plaintext

CLASS azi net/minecraft/container/Slot
FIELD a invSlot I
FIELD c inventory Lagr;
FIELD d id I
FIELD e xPosition I
FIELD f yPosition I
METHOD <init> (Lagr;III)V
ARG 2 invSlot
ARG 3 xPosition
ARG 4 yPosition
METHOD a getMaxStackAmount ()I
METHOD a takeStack (I)Lbbu;
ARG 1 amount
METHOD a canTakeItems (Lavr;)Z
METHOD a onTakeItem (Lavr;Lbbu;)Lbbu;
ARG 1 player
ARG 2 stack
METHOD a canInsert (Lbbu;)Z
METHOD a onCrafted (Lbbu;I)V
ARG 1 stack
ARG 2 amount
METHOD a onStackChanged (Lbbu;Lbbu;)V
ARG 1 originalItem
METHOD b doDrawHoveringEffect ()Z
METHOD b onTake (I)V
ARG 1 amount
METHOD b getMaxStackAmount (Lbbu;)I
METHOD c getBackgroundSprite ()Ljava/lang/String;
METHOD c onCrafted (Lbbu;)V
ARG 1 stack
METHOD d markDirty ()V
METHOD d setStack (Lbbu;)V
METHOD e getStack ()Lbbu;
METHOD f hasStack ()Z