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

42 lines
965 B
Plaintext

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