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

8 lines
186 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS cph net/minecraft/client/gui/widget/OptionButtonWidget
FIELD o option Lcnx$a;
2018-10-24 18:05:14 -04:00
METHOD <init> (IIILjava/lang/String;)V
2018-11-04 07:22:38 -05:00
ARG 1 id
ARG 2 x
ARG 3 y
2018-11-29 15:10:38 -05:00
METHOD c getOption ()Lcnx$a;