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

32 lines
727 B
Plaintext

CLASS sq net/minecraft/inventory/IInventory
METHOD a getInvStack (I)Lahf;
ARG 0 slot
METHOD a takeInvStack (II)Lahf;
ARG 0 slot
ARG 1 amount
METHOD a setInvStack (ILahf;)V
ARG 0 slot
ARG 1 stack
METHOD a canPlayerUseInv (Lacu;)Z
ARG 0 player
METHOD b setInvProperty (II)V
ARG 0 pos
ARG 1 value
METHOD b isValidInvStack (ILahf;)Z
ARG 0 slot
ARG 1 stack
METHOD b onInvOpen (Lacu;)V
ARG 0 player
METHOD c getInvProperty (I)I
ARG 0 pos
METHOD c onInvClose (Lacu;)V
ARG 0 player
METHOD c_ removeInvStack (I)Lahf;
ARG 0 slot
METHOD h getInvPropertyCount ()I
METHOD m clearInv ()V
METHOD w_ getInvSize ()I
METHOD x_ isInvEmpty ()Z
METHOD y_ markDirty ()V
METHOD z_ getInvMaxStackAmount ()I