Use "tooltip" instead of "toolTip" (#2509)

This commit is contained in:
apple502j 2021-06-21 19:58:38 +09:00 committed by GitHub
parent 39bf6bccf6
commit 45146d364a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ CLASS net/minecraft/class_466 net/minecraft/client/gui/screen/ingame/BeaconScree
ARG 5 v
ARG 6 message
CLASS class_6392
METHOD method_25352 renderToolTip (Lnet/minecraft/class_4587;II)V
METHOD method_25352 renderTooltip (Lnet/minecraft/class_4587;II)V
ARG 1 matrices
ARG 2 mouseX
ARG 3 mouseY

View File

@ -31,7 +31,7 @@ CLASS net/minecraft/class_339 net/minecraft/client/gui/widget/ClickableWidget
ARG 1 value
METHOD method_25351 isValidClickButton (I)Z
ARG 1 button
METHOD method_25352 renderToolTip (Lnet/minecraft/class_4587;II)V
METHOD method_25352 renderTooltip (Lnet/minecraft/class_4587;II)V
ARG 1 matrices
ARG 2 mouseX
ARG 3 mouseY