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

36 lines
891 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS crf net/minecraft/client/gui/widget/RealmsButtonWidget
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
2018-12-05 09:11:37 -05:00
ARG 0 mouseX
ARG 1 mouseY
METHOD a drawBackground (Lcof;II)V
ARG 0 game
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
2018-12-05 09:11:37 -05:00
ARG 0 pressed
2017-04-05 14:11:28 -04:00
METHOD b getWidth ()I
METHOD b onReleased (DD)V
2018-12-05 09:11:37 -05:00
ARG 0 mouseX
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