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

34 lines
851 B
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/abw 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;
2016-09-12 06:08:56 -04:00
METHOD a getSlot (I)Lnone/acu;
ARG 0 slot
2016-09-12 06:08:56 -04:00
METHOD a setStackInSlot (ILnone/aer;)V
ARG 0 slot
ARG 1 stack
METHOD a updateSlotStacks (Ljava/util/List;)V
ARG 0 stacks
2016-09-12 06:08:56 -04:00
METHOD a canUse (Lnone/aal;)Z
ARG 0 player
2016-09-12 06:08:56 -04:00
METHOD a addListener (Lnone/acb;)V
ARG 0 listener
2016-09-12 06:08:56 -04:00
METHOD a addSlot (Lnone/acu;)Lnone/acu;
2016-08-21 07:11:10 -04:00
ARG 0 slot
2016-09-12 06:08:56 -04:00
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
2016-09-12 06:08:56 -04:00
METHOD b close (Lnone/aal;)V
2016-08-27 10:34:11 -04:00
ARG 0 player
2016-09-12 06:08:56 -04:00
METHOD b getStack (Lnone/aal;I)Lnone/aer;
ARG 0 player
ARG 1 slot
2016-09-12 06:08:56 -04:00
METHOD b removeListener (Lnone/acb;)V
ARG 0 listener