Complete CheckboxWidget (#2081)

This commit is contained in:
enbrain 2021-02-18 03:16:07 +09:00 committed by GitHub
parent 896d6340d5
commit 0c743eac04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -1,10 +1,20 @@
CLASS net/minecraft/class_4286 net/minecraft/client/gui/widget/CheckboxWidget
FIELD field_19230 checked Z
FIELD field_19231 TEXTURE Lnet/minecraft/class_2960;
FIELD field_24253 showMessage Z
METHOD <init> (IIIILnet/minecraft/class_2561;Z)V
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 message
ARG 6 checked
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
METHOD method_20372 isChecked ()Z