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

31 lines
797 B
Plaintext
Raw Normal View History

2016-08-15 14:05:37 -04:00
CLASS none/abv net/minecraft/container/Container
2016-08-21 07:11:10 -04:00
FIELD b stackList Lnone/dc;
FIELD c slotList Ljava/util/List;
2016-08-27 10:34:11 -04:00
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
2016-08-21 07:11:10 -04:00
METHOD a addSlot (Lnone/act;)Lnone/act;
ARG 0 slot
2016-08-27 10:34:11 -04:00
METHOD a (Lnone/qt;)V
METHOD a getMatchingSlot (Lnone/qt;I)Lnone/act;
ARG 0 inv
ARG 1 invSlot
2016-08-27 10:34:11 -04:00
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