fix ButtonWidget

This commit is contained in:
asie 2019-02-21 19:30:18 +01:00
parent b8455e0dc2
commit acb6476011
1 changed files with 9 additions and 7 deletions

View File

@ -12,13 +12,15 @@ CLASS crz net/minecraft/client/gui/widget/ButtonWidget
FIELD o nextNarrationTime J
FIELD p pressed Z
METHOD <init> (IIIILjava/lang/String;)V
ARG 1 id
ARG 2 x
ARG 3 y
ARG 4 width
ARG 1 x
ARG 2 y
ARG 3 width
ARG 4 height
ARG 5 text
METHOD <init> (IILjava/lang/String;)V
ARG 1 id
ARG 2 x
ARG 1 x
ARG 2 y
ARG 3 text
METHOD a getNarrationString ()Ljava/lang/String;
METHOD a onPressed (DD)V
ARG 1 mouseX
@ -51,7 +53,7 @@ CLASS crz net/minecraft/client/gui/widget/ButtonWidget
METHOD b onReleased (DD)V
ARG 1 mouseX
ARG 3 mouseY
METHOD b draw (IIF)V
METHOD b drawButton (IIF)V
ARG 1 mouseX
ARG 2 mouseY
ARG 3 delta