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

42 lines
965 B
Plaintext

CLASS afh net/minecraft/container/slot/Slot
FIELD a invSlot I
FIELD d inventory Lsq;
FIELD e id I
FIELD f xPosition I
FIELD g yPosition I
METHOD <init> (Lsq;III)V
ARG 0 inventory
ARG 1 invSlot
ARG 2 xPosition
ARG 3 <Position
METHOD a getMaxStackAmount ()I
METHOD a takeStack (I)Lahf;
ARG 0 amount
METHOD a canTakeItems (Lacu;)Z
ARG 0 player
METHOD a onTakeItem (Lacu;Lahf;)Lahf;
ARG 0 player
ARG 1 stack
METHOD a canInsert (Lahf;)Z
ARG 0 stack
METHOD a onCrafted (Lahf;I)V
ARG 0 stack
ARG 1 amount
METHOD a onStackChanged (Lahf;Lahf;)V
ARG 0 originalItem
ARG 1 newItem
METHOD a matches (Lsq;I)Z
ARG 0 inventory
ARG 1 invSlot
METHOD b doDrawHoveringEffect ()Z
METHOD b getMaxStackAmount (Lahf;)I
ARG 0 stack
METHOD c getBackgroundSprite ()Ljava/lang/String;
METHOD c onCrafted (Lahf;)V
ARG 0 stack
METHOD d getStack ()Lahf;
METHOD d setStack (Lahf;)V
ARG 0 stack
METHOD e hasStack ()Z
METHOD f markDirty ()V