yarn/mappings/net/minecraft/inventory/Inventory.mapping

22 lines
555 B
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS agk net/minecraft/inventory/Inventory
METHOD K_ getInvMaxStackAmount ()I
METHOD N_ getInvSize ()I
METHOD a getInvStack (I)Lbar;
ARG 1 slot
2019-03-14 08:57:09 -04:00
METHOD a takeInvStack (II)Lbar;
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-03-14 08:57:09 -04:00
METHOD a setInvStack (ILbar;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
ARG 2 itemStack
2019-03-14 11:39:51 -04:00
METHOD a canPlayerUseInv (Laun;)Z
ARG 1 playerEntity
METHOD a getInvAmountOf (Lbam;)I
2019-03-14 11:39:51 -04:00
METHOD a_ onInvOpen (Laun;)V
2019-03-14 08:57:09 -04:00
METHOD b removeInvStack (I)Lbar;
ARG 1 slot
2019-03-14 08:57:09 -04:00
METHOD b isValidInvStack (ILbar;)Z
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-03-14 11:39:51 -04:00
METHOD b_ onInvClose (Laun;)V
2018-12-05 09:11:37 -05:00
METHOD c isInvEmpty ()Z
2019-01-09 12:20:38 -05:00
METHOD e markDirty ()V