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

63 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS aeh net/minecraft/container/Container
FIELD a actionId S
2017-04-05 07:31:24 -04:00
FIELD b stackList Lem;
2016-08-21 07:11:10 -04:00
FIELD c slotList Ljava/util/List;
2016-08-27 10:34:11 -04:00
FIELD d guiId I
FIELD e listeners Ljava/util/List;
METHOD a getStacks ()Lem;
METHOD a getSlot (I)Lafh;
2017-05-13 02:02:51 -04:00
ARG 0 slot
METHOD a onSlotClick (IILaem;Lacu;)Lahf;
2017-05-13 02:02:51 -04:00
ARG 0 invSlot
ARG 1 buttonId
ARG 2 actionType
ARG 3 player
METHOD a setStackInSlot (ILahf;)V
2017-05-13 02:02:51 -04:00
ARG 0 slot
ARG 1 stack
METHOD a getNextActionId (Lact;)S
2017-05-13 02:02:51 -04:00
ARG 0 playerInventory
METHOD a canUse (Lacu;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD a onButtonClick (Lacu;I)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 buttonId
METHOD a addListener (Laen;)V
2017-05-13 02:02:51 -04:00
ARG 0 listener
METHOD a addSlot (Lafh;)Lafh;
2017-05-13 02:02:51 -04:00
ARG 0 slot
METHOD a canInsertItemIntoSlot (Lafh;Lahf;Z)Z
2017-05-13 02:02:51 -04:00
ARG 0 slot
ARG 1 stack
METHOD a insertItem (Lahf;IIZ)Z
2017-05-13 02:02:51 -04:00
ARG 0 stack
ARG 1 startIndex
ARG 2 endIndex
METHOD a calculateComparatorOutput (Latu;)I
2017-05-13 02:02:51 -04:00
ARG 0 entity
METHOD a updateSlotStacks (Ljava/util/List;)V
2017-05-13 02:02:51 -04:00
ARG 0 stacks
METHOD a calculateStackSize (Ljava/util/Set;ILahf;I)V
2017-05-13 02:02:51 -04:00
ARG 0 slots
ARG 1 rmode
ARG 2 stack
ARG 3 stackSize
METHOD a onContentChanged (Lsq;)V
2017-05-13 02:02:51 -04:00
ARG 0 inventory
METHOD a getMatchingSlot (Lsq;I)Lafh;
2017-05-13 02:02:51 -04:00
ARG 0 inv
ARG 1 invSlot
METHOD b sendContentUpdates ()V
METHOD b setProperty (II)V
2017-05-13 02:02:51 -04:00
ARG 0 pos
ARG 1 value
METHOD b close (Lacu;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
METHOD b getStack (Lacu;I)Lahf;
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 slot
METHOD b removeListener (Laen;)V
2017-05-13 02:02:51 -04:00
ARG 0 listener
METHOD b calculateComparatorOutput (Lsq;)I
2017-05-13 02:02:51 -04:00
ARG 0 inventory