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

32 lines
832 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS csj net/minecraft/client/gui/widget/RealmsButtonWidget
FIELD o realmsButton Lnet/minecraft/realms/RealmsButton;
2018-12-12 12:22:18 -05:00
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
2018-12-12 12:22:18 -05:00
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
2018-12-05 09:11:37 -05:00
ARG 1 mouseY
2018-12-12 12:12:26 -05:00
METHOD a drawBackground (Lcpk;II)V
2018-11-30 06:38:47 -05:00
ARG 1 client
2018-11-04 07:22:38 -05:00
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-12-05 09:11:37 -05:00
ARG 1 mouseY
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