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

60 lines
1.5 KiB
Plaintext

CLASS ate net/minecraft/container/Container
FIELD a slotList Ljava/util/List;
FIELD b syncId I
FIELD c stackList Lfh;
FIELD f actionId S
FIELD j listeners Ljava/util/List;
METHOD a getType ()Lauf;
METHOD a getSlot (I)Laur;
METHOD a setProperty (II)V
ARG 1 pos
ARG 2 propertyId
METHOD a onSlotClick (IILatm;Larj;)Laxd;
ARG 1 slotId
ARG 2 buttonId
ARG 3 actionType
METHOD a setStackInSlot (ILaxd;)V
ARG 1 slot
METHOD a onContentChanged (Lafq;)V
METHOD a checkContainerSize (Lafq;I)V
ARG 1 expectedSize
METHOD a getNextActionId (Lari;)S
METHOD a canUse (Larj;)Z
METHOD a onButtonClick (Larj;I)Z
ARG 1 player
ARG 2 id
METHOD a readData (Latn;)V
ARG 1 data
METHOD a checkContainerDataCount (Latn;I)V
ARG 0 data
ARG 1 expectedCount
METHOD a addListener (Latp;)V
ARG 1 listener
METHOD a addSlot (Laur;)Laur;
ARG 1 slot
METHOD a canInsertItemIntoSlot (Laur;Laxd;Z)Z
ARG 0 slot
ARG 1 stack
METHOD a insertItem (Laxd;IIZ)Z
ARG 1 stack
ARG 2 startIndex
ARG 3 endIndex
METHOD a calculateComparatorOutput (Lboo;)I
ARG 0 entity
METHOD a updateSlotStacks (Ljava/util/List;)V
METHOD a calculateStackSize (Ljava/util/Set;ILaxd;I)V
ARG 0 slots
ARG 1 rmode
ARG 2 stack
ARG 3 stackSize
METHOD b getStacks ()Lfh;
METHOD b calculateComparatorOutput (Lafq;)I
ARG 0 inventory
METHOD b close (Larj;)V
METHOD b transferSlot (Larj;I)Laxd;
ARG 1 player
ARG 2 invSlot
METHOD b removeListener (Latp;)V
ARG 1 listener
METHOD c sendContentUpdates ()V