-
Notifications
You must be signed in to change notification settings - Fork 378
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
20 changed files
with
91 additions
and
5 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/client/network/ChunkBatchSizeCalculator.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,8 @@ | ||
CLASS net/minecraft/class_8760 net/minecraft/client/network/ChunkBatchSizeCalculator | ||
FIELD field_45941 averageNanosPerChunk D | ||
FIELD field_45942 sampleSize I | ||
FIELD field_45943 startTime J | ||
METHOD method_53483 onStartChunkSend ()V | ||
METHOD method_53484 onChunkSent (I)V | ||
ARG 1 batchSize | ||
METHOD method_53485 getDesiredChunksPerTick ()F |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS net/minecraft/class_8761 net/minecraft/client/network/PingMeasurer | ||
FIELD field_45948 handler Lnet/minecraft/class_634; | ||
FIELD field_45949 log Lnet/minecraft/class_8743; | ||
METHOD <init> (Lnet/minecraft/class_634;Lnet/minecraft/class_8743;)V | ||
ARG 1 handler | ||
ARG 2 log | ||
METHOD method_53486 ping ()V | ||
METHOD method_53487 onPingResult (Lnet/minecraft/class_2923;)V | ||
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
8 changes: 8 additions & 0 deletions
8
mappings/net/minecraft/network/handler/PacketSizeLogger.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,8 @@ | ||
CLASS net/minecraft/class_8762 net/minecraft/network/handler/PacketSizeLogger | ||
FIELD field_45953 packetSizeInBytes Ljava/util/concurrent/atomic/AtomicInteger; | ||
FIELD field_45954 log Lnet/minecraft/class_8743; | ||
METHOD <init> (Lnet/minecraft/class_8743;)V | ||
ARG 1 log | ||
METHOD method_53503 push ()V | ||
METHOD method_53504 increment (I)V | ||
ARG 1 bytes |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/network/handler/SplitterHandler.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
6 changes: 6 additions & 0 deletions
6
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 |
---|---|---|
@@ -0,0 +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 which is sent by the client to acknowledgment a ping packet from the server. | ||
ARG 1 packet |
6 changes: 6 additions & 0 deletions
6
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 |
---|---|---|
@@ -0,0 +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 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
2 changes: 1 addition & 1 deletion
2
...cket/s2c/query/QueryPongS2CPacket.mapping → ...ket/s2c/query/PingResultS2CPacket.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
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
14 changes: 14 additions & 0 deletions
14
mappings/net/minecraft/util/profiler/PerformanceLog.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,14 @@ | ||
CLASS net/minecraft/class_8743 net/minecraft/util/profiler/PerformanceLog | ||
FIELD field_45719 SIZE I | ||
FIELD field_45720 data [J | ||
FIELD field_45721 currentIndex I | ||
FIELD field_45722 maxIndex I | ||
METHOD method_53064 size ()I | ||
METHOD method_53065 get (I)J | ||
ARG 1 index | ||
METHOD method_53066 push (J)V | ||
ARG 1 value | ||
METHOD method_53067 getMaxIndex ()I | ||
METHOD method_53068 wrap (I)I | ||
ARG 1 index | ||
METHOD method_53069 reset ()V |