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

21 lines
512 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_4286 net/minecraft/client/gui/widget/CheckboxWidget
FIELD field_19230 checked Z
FIELD field_19231 TEXTURE Lnet/minecraft/class_2960;
2021-02-17 13:16:07 -05:00
FIELD field_24253 showMessage Z
2020-04-22 11:59:47 -04:00
METHOD <init> (IIIILnet/minecraft/class_2561;Z)V
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
2021-02-17 13:16:07 -05:00
ARG 5 message
ARG 6 checked
2021-02-17 13:16:07 -05:00
METHOD <init> (IIIILnet/minecraft/class_2561;ZZ)V
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 message
ARG 6 checked
ARG 7 showMessage
2019-06-28 17:55:20 -04:00
METHOD method_20372 isChecked ()Z