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

20 lines
389 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS cur net/minecraft/client/gui/widget/SliderWidget
FIELD a gameOptions Lctt;
2019-02-20 15:49:23 -05:00
FIELD b progress D
2019-03-14 20:21:29 -04:00
METHOD <init> (IIIID)V
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 progress
METHOD <init> (Lctt;IIIID)V
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
ARG 6 progress
2019-03-14 08:57:09 -04:00
METHOD a updateText ()V
METHOD a changeProgress (D)V
ARG 1 mouseX
2019-03-14 08:57:09 -04:00
METHOD h onProgressChanged ()V