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

42 lines
1.0 KiB
Plaintext

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