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

32 lines
772 B
Plaintext

CLASS none/qv net/minecraft/inventory/IInventory
METHOD a getInvStack (I)Lnone/aes;
ARG 0 slot
METHOD a takeInvStack (II)Lnone/aes;
ARG 0 slot
ARG 1 amount
METHOD a setInvStack (ILnone/aes;)V
ARG 0 slot
ARG 1 stack
METHOD a canPlayerUseInv (Lnone/aam;)Z
ARG 0 player
METHOD b removeInvStack (I)Lnone/aes;
ARG 0 slot
METHOD b setInvProperty (II)V
ARG 0 pos
ARG 1 value
METHOD b isValidInvStack (ILnone/aes;)Z
ARG 0 slot
ARG 1 stack
METHOD b onInvOpen (Lnone/aam;)V
ARG 0 player
METHOD c onInvClose (Lnone/aam;)V
ARG 0 player
METHOD c_ getInvProperty (I)I
ARG 0 pos
METHOD h getInvPropertyCount ()I
METHOD m clearInv ()V
METHOD t_ getInvSize ()I
METHOD u_ isInvEmpty ()Z
METHOD v_ markDirty ()V
METHOD w_ getInvMaxStackAmount ()I