yarn/mappings/net/minecraft/block/tile/IInventory.mapping

18 lines
429 B
Plaintext
Raw Normal View History

2016-08-12 14:24:17 -04:00
CLASS none/qt net/minecraft/block/tile/IInventory
2016-08-16 18:04:54 -04:00
METHOD a getInventoryStack (I)Lnone/aeq;
2016-08-17 14:57:56 -04:00
METHOD a setInventoryStack (ILnone/aeq;)V
2016-08-12 14:24:17 -04:00
ARG 0 slot
ARG 1 stack
2016-08-20 15:23:28 -04:00
METHOD a (Lnone/aak;)Z
ARG 0 player
2016-08-16 18:04:54 -04:00
METHOD b (I)Lnone/aeq;
2016-08-17 14:57:56 -04:00
METHOD b isValidInventoryStack (ILnone/aeq;)Z
2016-08-12 14:24:17 -04:00
ARG 0 slot
ARG 1 stack
2016-08-20 15:23:28 -04:00
METHOD b (Lnone/aak;)V
ARG 0 player
METHOD c (Lnone/aak;)V
ARG 0 player
METHOD l clear ()V
2016-08-16 18:04:54 -04:00
METHOD t_ getInventorySize ()I