Map tooltip rendering methods (#1895)

This commit is contained in:
Juuxel 2020-11-28 15:44:04 +02:00 committed by GitHub
parent f5c578feb1
commit cd420dc1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -43,6 +43,7 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
ARG 1 link
METHOD method_25417 renderOrderedTooltip (Lnet/minecraft/class_4587;Ljava/util/List;II)V
ARG 1 matrices
ARG 2 lines
ARG 3 x
ARG 4 y
METHOD method_25418 renderTextHoverEffect (Lnet/minecraft/class_4587;Lnet/minecraft/class_2583;II)V
@ -122,3 +123,14 @@ CLASS net/minecraft/class_437 net/minecraft/client/gui/screen/Screen
ARG 2 lines
ARG 3 x
ARG 4 y
METHOD method_32633 renderTooltipFromComponents (Lnet/minecraft/class_4587;Ljava/util/List;II)V
ARG 1 matrices
ARG 2 components
ARG 3 x
ARG 4 y
METHOD method_32634 renderTooltip (Lnet/minecraft/class_4587;Ljava/util/List;Ljava/util/Optional;II)V
ARG 1 matrices
ARG 2 lines
ARG 3 data
ARG 4 x
ARG 5 y