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

31 lines
797 B
Plaintext

CLASS none/abv net/minecraft/container/Container
FIELD b stackList Lnone/dc;
FIELD c slotList Ljava/util/List;
FIELD d guiId I
FIELD e listeners Ljava/util/List;
METHOD a getStacks ()Lnone/dc;
METHOD a getSlot (I)Lnone/act;
ARG 0 slot
METHOD a setStackInSlot (ILnone/aeq;)V
ARG 0 slot
ARG 1 stack
METHOD a updateSlotStacks (Ljava/util/List;)V
ARG 0 stacks
METHOD a canUse (Lnone/aak;)Z
ARG 0 player
METHOD a addListener (Lnone/aca;)V
ARG 0 listener
METHOD a addSlot (Lnone/act;)Lnone/act;
ARG 0 slot
METHOD a (Lnone/qt;)V
METHOD a getMatchingSlot (Lnone/qt;I)Lnone/act;
ARG 0 inv
ARG 1 invSlot
METHOD b close (Lnone/aak;)V
ARG 0 player
METHOD b getStack (Lnone/aak;I)Lnone/aeq;
ARG 0 player
ARG 1 slot
METHOD b removeListener (Lnone/aca;)V
ARG 0 listener