Add mappings for InGameHud and related classes (#1856)

This commit is contained in:
enbrain 2020-11-07 21:51:43 +09:00 committed by GitHub
parent e54760827a
commit c60ad89896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View File

@ -90,3 +90,5 @@ CLASS net/minecraft/class_5223 net/minecraft/client/font/TextVisitFactory
COMMENT the style of the string
ARG 2 visitor
COMMENT the visitor
METHOD method_31402 removeFormattingCodes (Lnet/minecraft/class_5348;)Ljava/lang/String;
ARG 0 text

View File

@ -38,6 +38,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
METHOD method_1731 updateVignetteDarkness (Lnet/minecraft/class_1297;)V
ARG 1 entity
METHOD method_1732 setRecordPlayingOverlay (Lnet/minecraft/class_2561;)V
ARG 1 description
METHOD method_1733 getHeartRows (I)I
ARG 1 heartCount
METHOD method_1734 getRiddenEntity ()Lnet/minecraft/class_1309;
@ -76,7 +77,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 2 x
METHOD method_1755 addChatMessage (Lnet/minecraft/class_2556;Lnet/minecraft/class_2561;Ljava/util/UUID;)V
ARG 1 type
ARG 2 text
ARG 2 message
ARG 3 senderUuid
METHOD method_1756 getFontRenderer ()Lnet/minecraft/class_327;
METHOD method_1757 renderScoreboardSidebar (Lnet/minecraft/class_4587;Lnet/minecraft/class_266;)V
@ -112,6 +113,11 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 3 yOffset
ARG 4 width
ARG 5 color
METHOD method_31406 extractSender (Lnet/minecraft/class_2561;)Ljava/util/UUID;
ARG 1 message
METHOD method_31976 renderOverlay (Lnet/minecraft/class_2960;)V
ARG 1 texture
METHOD method_31977 renderOverlay (Lnet/minecraft/class_2960;FI)V
ARG 1 texture
ARG 2 scale
ARG 3 color

View File

@ -107,6 +107,7 @@ CLASS net/minecraft/class_315 net/minecraft/client/options/GameOptions
FIELD field_26677 perspective Lnet/minecraft/class_5498;
FIELD field_26844 joinedFirstServer Z
FIELD field_26845 keySocialInteractions Lnet/minecraft/class_304;
FIELD field_26926 hideMatchedNames Z
METHOD <init> (Lnet/minecraft/class_310;Ljava/io/File;)V
ARG 1 client
ARG 2 optionsFile