Skip to content

Commit

Permalink
Rename fontRenderer to textRenderer (FabricMC#2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
enbrain authored Jun 11, 2021
1 parent 1d4e581 commit 44bbc4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/gui/hud/DebugHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CLASS net/minecraft/class_340 net/minecraft/client/gui/hud/DebugHud
FIELD field_19274 HEIGHT_MAP_TYPES Ljava/util/Map;
FIELD field_2079 client Lnet/minecraft/class_310;
FIELD field_2080 chunkFuture Ljava/util/concurrent/CompletableFuture;
FIELD field_2081 fontRenderer Lnet/minecraft/class_327;
FIELD field_2081 textRenderer Lnet/minecraft/class_327;
FIELD field_2082 blockHit Lnet/minecraft/class_239;
FIELD field_2083 fluidHit Lnet/minecraft/class_239;
FIELD field_2084 chunk Lnet/minecraft/class_2818;
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/client/gui/hud/InGameHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 1 type
ARG 2 message
ARG 3 sender
METHOD method_1756 getFontRenderer ()Lnet/minecraft/class_327;
METHOD method_1756 getTextRenderer ()Lnet/minecraft/class_327;
METHOD method_1757 renderScoreboardSidebar (Lnet/minecraft/class_4587;Lnet/minecraft/class_266;)V
ARG 1 matrices
ARG 2 objective
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CLASS net/minecraft/class_487 net/minecraft/client/gui/screen/ingame/EnchantingP
FIELD field_2917 INSTANCE Lnet/minecraft/class_487;
FIELD field_2918 random Ljava/util/Random;
METHOD method_2479 generatePhrase (Lnet/minecraft/class_327;I)Lnet/minecraft/class_5348;
ARG 1 fontRenderer
ARG 1 textRenderer
ARG 2 width
METHOD method_2480 setSeed (J)V
ARG 1 seed
Expand Down

0 comments on commit 44bbc4c

Please sign in to comment.