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

16 lines
346 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS aft net/minecraft/container/ContainerGeneric
FIELD a inventory Ltt;
2016-08-27 10:34:11 -04:00
FIELD f rows I
2017-06-08 10:01:49 -04:00
METHOD <init> (Ltt;Ltt;Laeb;)V
ARG 0 playerInv
ARG 1 inventory
ARG 2 player
2017-06-08 10:01:49 -04:00
METHOD a canUse (Laeb;)Z
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-06-08 10:01:49 -04:00
METHOD b close (Laeb;)V
2017-05-13 02:02:51 -04:00
ARG 0 player
2017-06-08 10:01:49 -04:00
METHOD b getStack (Laeb;I)Lain;
2017-05-13 02:02:51 -04:00
ARG 0 player
ARG 1 slot
2017-06-08 10:01:49 -04:00
METHOD e getInventory ()Ltt;