Add more DebugHud mappings (#1785)

Co-authored-by: cominixo01 <22600756+cominixo01@users.noreply.github.com>
This commit is contained in:
cominixo 2020-10-11 17:37:12 -03:00 committed by GitHub
parent 7b75c575d5
commit f5a1b3d7ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,11 @@ CLASS net/minecraft/class_340 net/minecraft/client/gui/hud/DebugHud
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_15870 drawMetricsData (Lnet/minecraft/class_4587;Lnet/minecraft/class_3517;IIZ)V
ARG 1 matrices
ARG 2 metricsData
ARG 3 x
ARG 4 width
ARG 5 showFps
METHOD method_1833 getMetricsLineColor (IIII)I
ARG 1 value
ARG 2 greenValue
@ -36,3 +41,4 @@ CLASS net/minecraft/class_340 net/minecraft/client/gui/hud/DebugHud
METHOD method_1848 renderRightText (Lnet/minecraft/class_4587;)V
ARG 1 matrices
METHOD method_20603 getServerWorld ()Lnet/minecraft/class_3218;
METHOD method_27871 getServerWorldDebugString ()Ljava/lang/String;