yarn/mappings/none/qt.mapping

43 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-09-12 06:08:56 -04:00
CLASS none/qt
METHOD a getInvStack (I)Lnone/aer;
ARG 0 slot
METHOD a takeInvStack (II)Lnone/aer;
ARG 0 slot
ARG 1 amount
METHOD a setInvStack (ILnone/aer;)V
ARG 0 slot
ARG 1 stack
METHOD a createContainer (Lnone/aak;Lnone/aal;)Lnone/abw;
ARG 0 playerInv
ARG 1 player
METHOD a canPlayerUseInv (Lnone/aal;)Z
ARG 0 player
METHOD a setContainerLock (Lnone/rf;)V
ARG 0 lock
METHOD b removeInvStack (I)Lnone/aer;
ARG 0 slot
METHOD b setInvProperty (II)V
2016-09-12 06:08:56 -04:00
ARG 0 pos
ARG 1 value
METHOD b isValidInvStack (ILnone/aer;)Z
2016-09-12 09:16:04 -04:00
ARG 0 slot
ARG 1 stack
2016-09-12 06:08:56 -04:00
METHOD b onInvOpen (Lnone/aal;)V
ARG 0 player
METHOD c onInvClose (Lnone/aal;)V
ARG 0 player
METHOD c_ getInvProperty (I)I
2016-09-12 06:08:56 -04:00
ARG 0 pos
METHOD h getInvPropertyCount ()I
2016-09-12 06:08:56 -04:00
METHOD h_ getName ()Ljava/lang/String;
METHOD i_ getNameAsComponent ()Lnone/fa;
METHOD j getContainerLock ()Lnone/rf;
METHOD l getContainerId ()Ljava/lang/String;
METHOD m clearInv ()V
METHOD n_ hasCustomName ()Z
METHOD t_ getInvSize ()I
2016-09-14 06:00:19 -04:00
METHOD u_ isInvEmpty ()Z
2016-09-12 06:08:56 -04:00
METHOD v_ markDirty ()V
METHOD w_ getInvMaxStackAmount ()I
METHOD x_ hasContainerLock ()Z