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

65 lines
1.6 KiB
Plaintext

CLASS atj net/minecraft/container/Container
FIELD a slotList Ljava/util/List;
FIELD b syncId I
FIELD c stackList Lfh;
FIELD e type Lauk;
FIELD f actionId S
FIELD j listeners Ljava/util/List;
METHOD <init> (Lauk;I)V
ARG 2 syncId
METHOD a getType ()Lauk;
METHOD a getSlot (I)Lauw;
METHOD a setProperty (II)V
ARG 1 pos
ARG 2 propertyId
METHOD a onSlotClick (IILatr;Laro;)Laxi;
ARG 1 slotId
ARG 2 buttonId
ARG 3 actionType
METHOD a setStackInSlot (ILaxi;)V
ARG 1 slot
METHOD a onContentChanged (Laft;)V
METHOD a checkContainerSize (Laft;I)V
ARG 1 expectedSize
METHOD a getNextActionId (Larn;)S
METHOD a canUse (Laro;)Z
METHOD a onButtonClick (Laro;I)Z
ARG 1 player
ARG 2 id
METHOD a dropInventory (Laro;Lbcq;Laft;)V
METHOD a readData (Lats;)V
ARG 1 data
METHOD a checkContainerDataCount (Lats;I)V
ARG 0 data
ARG 1 expectedCount
METHOD a canUse (Latt;Laro;Lbhs;)Z
METHOD a addListener (Latu;)V
ARG 1 listener
METHOD a addSlot (Lauw;)Lauw;
ARG 1 slot
METHOD a canInsertItemIntoSlot (Lauw;Laxi;Z)Z
ARG 0 slot
ARG 1 stack
METHOD a insertItem (Laxi;IIZ)Z
ARG 1 stack
ARG 2 startIndex
ARG 3 endIndex
METHOD a calculateComparatorOutput (Lbot;)I
ARG 0 entity
METHOD a updateSlotStacks (Ljava/util/List;)V
METHOD a calculateStackSize (Ljava/util/Set;ILaxi;I)V
ARG 0 slots
ARG 1 rmode
ARG 2 stack
ARG 3 stackSize
METHOD b getStacks ()Lfh;
METHOD b calculateComparatorOutput (Laft;)I
ARG 0 inventory
METHOD b close (Laro;)V
METHOD b transferSlot (Laro;I)Laxi;
ARG 1 player
ARG 2 invSlot
METHOD b removeListener (Latu;)V
ARG 1 listener
METHOD c sendContentUpdates ()V