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

23 lines
601 B
Plaintext

CLASS agr net/minecraft/inventory/Inventory
METHOD K_ getInvMaxStackAmount ()I
METHOD N_ getInvSize ()I
METHOD a getInvStack (I)Lbbx;
ARG 1 slot
METHOD a takeInvStack (II)Lbbx;
ARG 1 slot
METHOD a setInvStack (ILbbx;)V
ARG 1 slot
ARG 2 itemStack
METHOD a canPlayerUseInv (Lavu;)Z
ARG 1 playerEntity
METHOD a getInvAmountOf (Lbbs;)I
METHOD a containsAnyInInv (Ljava/util/Set;)Z
METHOD a_ onInvOpen (Lavu;)V
METHOD b removeInvStack (I)Lbbx;
ARG 1 slot
METHOD b isValidInvStack (ILbbx;)Z
ARG 1 slot
METHOD b_ onInvClose (Lavu;)V
METHOD c isInvEmpty ()Z
METHOD e markDirty ()V