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

15 lines
418 B
Plaintext
Raw Normal View History

2019-06-28 17:55:20 -04:00
CLASS net/minecraft/class_361 net/minecraft/client/gui/widget/ToggleButtonWidget
FIELD field_2194 toggled Z
FIELD field_45390 textures Lnet/minecraft/class_8666;
2019-02-20 15:49:23 -05:00
METHOD <init> (IIIIZ)V
2019-05-12 04:26:20 -04:00
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 toggled
METHOD method_1962 setTextures (Lnet/minecraft/class_8666;)V
ARG 1 textures
2019-06-28 17:55:20 -04:00
METHOD method_1964 setToggled (Z)V
ARG 1 toggled
2019-06-28 17:55:20 -04:00
METHOD method_1965 isToggled ()Z