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

34 lines
851 B
Plaintext

CLASS none/abw 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/acu;
ARG 0 slot
METHOD a setStackInSlot (ILnone/aer;)V
ARG 0 slot
ARG 1 stack
METHOD a updateSlotStacks (Ljava/util/List;)V
ARG 0 stacks
METHOD a canUse (Lnone/aal;)Z
ARG 0 player
METHOD a addListener (Lnone/acb;)V
ARG 0 listener
METHOD a addSlot (Lnone/acu;)Lnone/acu;
ARG 0 slot
METHOD a (Lnone/qu;)V
METHOD a getMatchingSlot (Lnone/qu;I)Lnone/acu;
ARG 0 inv
ARG 1 invSlot
METHOD b setProperty (II)V
ARG 0 pos
ARG 1 value
METHOD b close (Lnone/aal;)V
ARG 0 player
METHOD b getStack (Lnone/aal;I)Lnone/aer;
ARG 0 player
ARG 1 slot
METHOD b removeListener (Lnone/acb;)V
ARG 0 listener