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

21 lines
521 B
Plaintext

CLASS afs net/minecraft/inventory/Inventory
METHOD R_ getInvMaxStackAmount ()I
METHOD U_ getInvSize ()I
METHOD a getInvStack (I)Laxd;
ARG 1 slot
METHOD a takeInvStack (II)Laxd;
ARG 1 slot
METHOD a setInvStack (ILaxd;)V
ARG 1 slot
ARG 2 itemStack
METHOD a canPlayerUseInv (Lark;)Z
ARG 1 playerEntity
METHOD b removeInvStack (I)Laxd;
ARG 1 slot
METHOD b isValidInvStack (ILaxd;)Z
ARG 1 slot
METHOD b_ onInvOpen (Lark;)V
METHOD c isInvEmpty ()Z
METHOD c_ onInvClose (Lark;)V
METHOD e markDirty ()V