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

13 lines
307 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS ash net/minecraft/container/GenericContainer
FIELD a inventory Laev;
2016-08-27 10:34:11 -04:00
FIELD f rows I
2018-11-29 15:10:38 -05:00
METHOD <init> (Laev;Laev;Laqj;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerInv
ARG 2 inventory
2018-11-29 15:10:38 -05:00
METHOD a canUse (Laqj;)Z
METHOD b close (Laqj;)V
2018-12-03 13:09:06 -05:00
METHOD b transferSlot (Laqj;I)Lavs;
2018-11-04 07:22:38 -05:00
ARG 1 player
2018-12-03 13:09:06 -05:00
ARG 2 id
2018-11-29 15:10:38 -05:00
METHOD d getInventory ()Laev;