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

22 lines
592 B
Plaintext
Raw Normal View History

2019-02-13 12:35:08 -05:00
CLASS ctl net/minecraft/client/gui/widget/RealmsButtonWidget
FIELD a 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
2019-02-13 12:35:08 -05:00
METHOD b getId ()I
METHOD c getEnabled ()Z
METHOD c setEnabled (Z)V
METHOD d getTexId (Z)I
2019-02-13 12:35:08 -05:00
METHOD h getY ()I
METHOD i getRealmsButton ()Lnet/minecraft/realms/RealmsButton;
METHOD j getHeight ()I