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

20 lines
436 B
Plaintext

CLASS cvc net/minecraft/client/gui/widget/SliderWidget
FIELD options gameOptions Lcue;
FIELD value progress D
METHOD <init> (IIIID)V
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 progress
METHOD <init> (Lcue;IIIID)V
ARG 2 x
ARG 3 y
ARG 4 width
ARG 5 height
ARG 6 progress
METHOD applyValue onProgressChanged ()V
METHOD setValueFromMouse changeProgress (D)V
ARG 1 mouseX
METHOD updateMessage updateText ()V