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

78 lines
1.7 KiB
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS abx net/minecraft/container/Container
FIELD a actionId S
2016-10-18 11:31:59 -04:00
FIELD b stackList Ldc;
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;
2016-10-18 11:31:59 -04:00
METHOD a getStacks ()Ldc;
METHOD a getSlot (I)Lacv;
ARG 0 slot
2016-10-18 11:31:59 -04:00
METHOD a onSlotClick (IILacb;Laam;)Laes;
ARG 0 invSlot
ARG 1 buttonId
ARG 2 actionType
ARG 3 player
2016-10-18 11:31:59 -04:00
METHOD a shiftItemInSlot (IIZLaam;)V
ARG 0 invSlot
ARG 1 buttonId
ARG 3 player
2016-10-18 11:31:59 -04:00
METHOD a (ILaam;)Z
ARG 1 player
2016-10-18 11:31:59 -04:00
METHOD a setStackInSlot (ILaes;)V
ARG 0 slot
ARG 1 stack
2016-10-18 11:31:59 -04:00
METHOD a getNextActionId (Laal;)S
ARG 0 playerInventory
2016-10-18 11:31:59 -04:00
METHOD a canUse (Laam;)Z
ARG 0 player
2016-10-18 11:31:59 -04:00
METHOD a onButtonClick (Laam;I)Z
ARG 0 player
ARG 1 buttonId
2016-10-18 11:31:59 -04:00
METHOD a (Laam;Z)V
ARG 0 player
2016-10-18 11:31:59 -04:00
METHOD a addListener (Lacc;)V
ARG 0 listener
2016-10-18 11:31:59 -04:00
METHOD a addSlot (Lacv;)Lacv;
2016-08-21 07:11:10 -04:00
ARG 0 slot
2016-10-18 11:31:59 -04:00
METHOD a canInsertItemIntoSlot (Lacv;Laes;Z)Z
ARG 0 slot
ARG 1 stack
2016-10-18 11:31:59 -04:00
METHOD a insertItem (Laes;IIZ)Z
ARG 0 stack
ARG 1 startIndex
ARG 2 endIndex
2016-10-18 11:31:59 -04:00
METHOD a (Laes;Lacv;)Z
ARG 0 stack
ARG 1 slot
2016-10-18 11:31:59 -04:00
METHOD a calculateComparatorOutput (Lare;)I
ARG 0 entity
2016-10-18 11:31:59 -04:00
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
2016-10-17 19:04:13 -04:00
ARG 0 inventory
2016-10-18 11:31:59 -04:00
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
2016-10-18 11:31:59 -04:00
METHOD b close (Laam;)V
2016-08-27 10:34:11 -04:00
ARG 0 player
2016-10-18 11:31:59 -04:00
METHOD b getStack (Laam;I)Laes;
ARG 0 player
ARG 1 slot
2016-10-18 11:31:59 -04:00
METHOD b removeListener (Lacc;)V
ARG 0 listener
2016-10-18 11:31:59 -04:00
METHOD b (Lacv;)Z
ARG 0 slot
2016-10-18 11:31:59 -04:00
METHOD b calculateComparatorOutput (Lqv;)I
ARG 0 inventory
2016-10-18 11:31:59 -04:00
METHOD c (Laam;)Z
ARG 0 player