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

11 lines
274 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-12 14:24:17 -04:00
METHOD a setStack (ILnone/aeq;)V
ARG 0 slot
ARG 1 stack
2016-08-16 18:04:54 -04:00
METHOD b (I)Lnone/aeq;
2016-08-12 14:24:17 -04:00
METHOD b isValidStack (ILnone/aeq;)Z
ARG 0 slot
ARG 1 stack
2016-08-16 18:04:54 -04:00
METHOD t_ getInventorySize ()I