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

57 lines
1.4 KiB
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS atf net/minecraft/container/Container
FIELD a stackList Lfh;
FIELD b slotList Ljava/util/List;
FIELD c syncId I
FIELD e actionId S
FIELD i listeners Ljava/util/List;
METHOD a getSlot (I)Laus;
METHOD a setProperty (II)V
ARG 1 pos
ARG 2 propertyId
2019-01-09 12:20:38 -05:00
METHOD a onSlotClick (IILatn;Lark;)Laxd;
2018-12-03 13:09:06 -05:00
ARG 1 slotId
2018-11-04 07:22:38 -05:00
ARG 2 buttonId
ARG 3 actionType
2019-01-09 12:20:38 -05:00
METHOD a setStackInSlot (ILaxd;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD a onContentChanged (Lafs;)V
METHOD a getNextActionId (Larj;)S
METHOD a canUse (Lark;)Z
METHOD a onButtonClick (Lark;I)Z
2018-11-04 07:22:38 -05:00
ARG 1 player
ARG 2 id
2019-01-09 12:20:38 -05:00
METHOD a addListener (Latq;)V
ARG 1 listener
2019-01-09 12:20:38 -05:00
METHOD a addSlot (Laus;)Laus;
ARG 1 slot
2019-01-09 12:20:38 -05:00
METHOD a canInsertItemIntoSlot (Laus;Laxd;Z)Z
2017-05-13 02:02:51 -04:00
ARG 0 slot
ARG 1 stack
2019-01-09 12:20:38 -05:00
METHOD a insertItem (Laxd;IIZ)Z
2018-11-04 07:22:38 -05:00
ARG 1 stack
ARG 2 startIndex
ARG 3 endIndex
2019-01-09 12:20:38 -05:00
METHOD a onCraftingContentChanged (Lbcf;Lark;Lafs;Laun;)V
ARG 1 world
ARG 2 player
ARG 3 inventory
ARG 4 resultInventory
2019-01-09 12:20:38 -05:00
METHOD a calculateComparatorOutput (Lboi;)I
2017-05-13 02:02:51 -04:00
ARG 0 entity
METHOD a updateSlotStacks (Ljava/util/List;)V
2019-01-09 12:20:38 -05:00
METHOD a calculateStackSize (Ljava/util/Set;ILaxd;I)V
2017-05-13 02:02:51 -04:00
ARG 0 slots
ARG 1 rmode
ARG 2 stack
ARG 3 stackSize
2019-01-09 12:20:38 -05:00
METHOD b getStacks ()Lfh;
METHOD b calculateComparatorOutput (Lafs;)I
ARG 0 inventory
2019-01-09 12:20:38 -05:00
METHOD b close (Lark;)V
METHOD b transferSlot (Lark;I)Laxd;
ARG 1 player
ARG 2 invSlot
2019-01-09 12:20:38 -05:00
METHOD b removeListener (Latq;)V
ARG 1 listener
2019-01-09 12:20:38 -05:00
METHOD c sendContentUpdates ()V