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

78 lines
1.7 KiB
Plaintext

CLASS abx net/minecraft/container/Container
FIELD a actionId S
FIELD b stackList Ldc;
FIELD c slotList Ljava/util/List;
FIELD d guiId I
FIELD e listeners Ljava/util/List;
METHOD a getStacks ()Ldc;
METHOD a getSlot (I)Lacv;
ARG 0 slot
METHOD a onSlotClick (IILacb;Laam;)Laes;
ARG 0 invSlot
ARG 1 buttonId
ARG 2 actionType
ARG 3 player
METHOD a shiftItemInSlot (IIZLaam;)V
ARG 0 invSlot
ARG 1 buttonId
ARG 3 player
METHOD a (ILaam;)Z
ARG 1 player
METHOD a setStackInSlot (ILaes;)V
ARG 0 slot
ARG 1 stack
METHOD a getNextActionId (Laal;)S
ARG 0 playerInventory
METHOD a canUse (Laam;)Z
ARG 0 player
METHOD a onButtonClick (Laam;I)Z
ARG 0 player
ARG 1 buttonId
METHOD a (Laam;Z)V
ARG 0 player
METHOD a addListener (Lacc;)V
ARG 0 listener
METHOD a addSlot (Lacv;)Lacv;
ARG 0 slot
METHOD a canInsertItemIntoSlot (Lacv;Laes;Z)Z
ARG 0 slot
ARG 1 stack
METHOD a insertItem (Laes;IIZ)Z
ARG 0 stack
ARG 1 startIndex
ARG 2 endIndex
METHOD a (Laes;Lacv;)Z
ARG 0 stack
ARG 1 slot
METHOD a calculateComparatorOutput (Lare;)I
ARG 0 entity
METHOD a updateSlotStacks (Ljava/util/List;)V
ARG 0 stacks
METHOD a calculateStackSize (Ljava/util/Set;ILaes;I)V
ARG 0 slots
ARG 1 rmode
ARG 2 stack
ARG 3 stackSize
METHOD a onContentChanged (Lqv;)V
ARG 0 inventory
METHOD a getMatchingSlot (Lqv;I)Lacv;
ARG 0 inv
ARG 1 invSlot
METHOD b sendContentUpdates ()V
METHOD b setProperty (II)V
ARG 0 pos
ARG 1 value
METHOD b close (Laam;)V
ARG 0 player
METHOD b getStack (Laam;I)Laes;
ARG 0 player
ARG 1 slot
METHOD b removeListener (Lacc;)V
ARG 0 listener
METHOD b (Lacv;)Z
ARG 0 slot
METHOD b calculateComparatorOutput (Lqv;)I
ARG 0 inventory
METHOD c (Laam;)Z
ARG 0 player