-
Notifications
You must be signed in to change notification settings - Fork 379
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
128 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 37 additions & 0 deletions
37
mappings/net/minecraft/client/gui/hud/debug/DebugChart.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
CLASS net/minecraft/class_8755 net/minecraft/client/gui/hud/debug/DebugChart | ||
FIELD field_45915 TEXT_COLOR I | ||
FIELD field_45918 textRenderer Lnet/minecraft/class_327; | ||
FIELD field_45919 log Lnet/minecraft/class_8743; | ||
METHOD <init> (Lnet/minecraft/class_327;Lnet/minecraft/class_8743;)V | ||
ARG 1 textRenderer | ||
ARG 2 log | ||
METHOD method_53468 format (D)Ljava/lang/String; | ||
ARG 1 value | ||
METHOD method_53469 getColor (DDIDIDI)I | ||
ARG 1 value | ||
ARG 3 min | ||
ARG 5 minColor | ||
ARG 6 median | ||
ARG 8 medianColor | ||
ARG 9 max | ||
ARG 11 maxColor | ||
METHOD method_53470 getWidth (I)I | ||
ARG 1 centerX | ||
METHOD method_53471 getColor (J)I | ||
ARG 1 value | ||
METHOD method_53472 render (Lnet/minecraft/class_332;II)V | ||
ARG 1 context | ||
ARG 2 x | ||
ARG 3 width | ||
METHOD method_53473 renderThresholds (Lnet/minecraft/class_332;III)V | ||
ARG 1 context | ||
ARG 2 x | ||
ARG 3 width | ||
ARG 4 height | ||
METHOD method_53474 drawBorderedText (Lnet/minecraft/class_332;Ljava/lang/String;II)V | ||
ARG 1 context | ||
ARG 2 string | ||
ARG 3 x | ||
ARG 4 y | ||
METHOD method_53475 getHeight (D)I | ||
ARG 1 value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS net/minecraft/class_8757 net/minecraft/client/gui/hud/debug/FpsChart | ||
METHOD method_53481 toFramesPerMillisecond (D)D | ||
ARG 0 framesPerNanosecond |
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/client/gui/hud/debug/PacketSizeChart.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CLASS net/minecraft/class_8756 net/minecraft/client/gui/hud/debug/PacketSizeChart | ||
METHOD method_53476 drawSizeBar (Lnet/minecraft/class_332;IIII)V | ||
ARG 1 context | ||
ARG 2 x | ||
ARG 3 width | ||
ARG 4 height | ||
ARG 5 bytes | ||
METHOD method_53477 drawSizeBar (Lnet/minecraft/class_332;IIILjava/lang/String;)V | ||
ARG 1 context | ||
ARG 2 x | ||
ARG 3 width | ||
ARG 4 y | ||
ARG 5 label | ||
METHOD method_53478 formatBytesPerSecond (D)Ljava/lang/String; | ||
ARG 0 value | ||
METHOD method_53479 calculateHeight (D)I | ||
ARG 0 value | ||
METHOD method_53480 toBytesPerSecond (D)D | ||
ARG 0 bytesPerTick |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_8758 net/minecraft/client/gui/hud/debug/PingChart |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS net/minecraft/class_8759 net/minecraft/client/gui/hud/debug/TpsChart | ||
METHOD method_53482 toTicksPerMillisecond (D)D | ||
ARG 0 ticksPerNanosecond |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/network/listener/ClientPingResultPacketListener.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
CLASS net/minecraft/class_8763 net/minecraft/network/listener/ClientPingResultPacketListener | ||
METHOD method_12666 onPingResult (Lnet/minecraft/class_2923;)V | ||
COMMENT Handles a packet from the server that includes the "ping" (connection latency). | ||
COMMENT This is different from {@link net.minecraft.network.c2s.common.CommonPongS2CPacket}, | ||
COMMENT This is different from {@link net.minecraft.network.packet.c2s.common.CommonPongC2SPacket}, | ||
COMMENT which is sent by the client to acknowledgment a ping packet from the server. | ||
ARG 1 packet |
2 changes: 1 addition & 1 deletion
2
mappings/net/minecraft/network/listener/ServerQueryPingPacketListener.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
CLASS net/minecraft/class_8740 net/minecraft/network/listener/ServerQueryPingPacketListener | ||
METHOD method_12697 onQueryPing (Lnet/minecraft/class_2935;)V | ||
COMMENT Handles a packet from client to query the "ping" (connection latency). | ||
COMMENT This is different from {@link net.minecraft.network.s2c.common.CommonPingS2CPacket}, | ||
COMMENT This is different from {@link net.minecraft.network.packet.s2c.common.CommonPingS2CPacket}, | ||
COMMENT which can be sent by the server to request acknowledgment. | ||
ARG 1 packet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters