yarn/mappings/net/minecraft/client/gui/widget/WidgetRealmsButton.mapping

32 lines
830 B
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS cqk net/minecraft/client/gui/widget/WidgetRealmsButton
FIELD o realmsButton Lnet/minecraft/realms/RealmsButton;
METHOD <init> (Lnet/minecraft/realms/RealmsButton;IIILjava/lang/String;)V
2018-11-04 07:22:38 -05:00
ARG 1 button
ARG 2 id
ARG 3 x
ARG 4 y
METHOD <init> (Lnet/minecraft/realms/RealmsButton;IIILjava/lang/String;II)V
2018-11-04 07:22:38 -05:00
ARG 1 button
ARG 2 id
ARG 3 x
ARG 4 y
ARG 5 text
ARG 6 width
METHOD a onPressed (DD)V
2017-05-13 02:02:51 -04:00
ARG 1 mouseX
2018-11-21 11:58:05 -05:00
METHOD a drawBackground (Lcnl;II)V
2018-11-04 07:22:38 -05:00
ARG 1 game
ARG 2 mouseX
METHOD a setText (Ljava/lang/String;)V
2017-04-05 14:11:28 -04:00
METHOD a getTextureId (Z)I
METHOD b getWidth ()I
METHOD b onReleased (DD)V
2018-11-04 07:22:38 -05:00
ARG 1 mouseX
METHOD c getId ()I
METHOD c setEnabled (Z)V
METHOD d getEnabled ()Z
METHOD d getTexId (Z)I
METHOD e getY ()I
METHOD f getRealmsButton ()Lnet/minecraft/realms/RealmsButton;
METHOD g getHeight ()I