-
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
18 changed files
with
193 additions
and
37 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
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
...cket/c2s/login/LoginQueryResponse.mapping → ...s/login/LoginQueryResponsePayload.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,3 +1,3 @@ | ||
CLASS net/minecraft/class_8594 net/minecraft/network/packet/c2s/login/LoginQueryResponse | ||
CLASS net/minecraft/class_8594 net/minecraft/network/packet/c2s/login/LoginQueryResponsePayload | ||
METHOD method_52295 write (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf |
2 changes: 1 addition & 1 deletion
2
...c2s/login/EmptyLoginQueryResponse.mapping → .../UnknownLoginQueryResponsePayload.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,2 +1,2 @@ | ||
CLASS net/minecraft/class_8596 net/minecraft/network/packet/c2s/login/EmptyLoginQueryResponse | ||
CLASS net/minecraft/class_8596 net/minecraft/network/packet/c2s/login/UnknownLoginQueryResponsePayload | ||
FIELD field_44980 INSTANCE Lnet/minecraft/class_8596; |
2 changes: 1 addition & 1 deletion
2
.../c2s/play/ChunkBatchSizeC2SPacket.mapping → ...s/play/AcknowledgeChunksC2SPacket.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,3 +1,3 @@ | ||
CLASS net/minecraft/class_8590 net/minecraft/network/packet/c2s/play/ChunkBatchSizeC2SPacket | ||
CLASS net/minecraft/class_8590 net/minecraft/network/packet/c2s/play/AcknowledgeChunksC2SPacket | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf |
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
15 changes: 15 additions & 0 deletions
15
mappings/net/minecraft/network/packet/s2c/custom/DebugStructuresCustomPayload.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,2 +1,17 @@ | ||
CLASS net/minecraft/class_8726 net/minecraft/network/packet/s2c/custom/DebugStructuresCustomPayload | ||
FIELD field_45710 ID Lnet/minecraft/class_2960; | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD method_53037 writeBox (Lnet/minecraft/class_2540;Lnet/minecraft/class_3341;)V | ||
ARG 0 buf | ||
ARG 1 box | ||
METHOD method_53038 (Lnet/minecraft/class_2540;Lnet/minecraft/class_2540;Lnet/minecraft/class_8726$class_8727;)V | ||
ARG 1 buf2 | ||
ARG 2 piece | ||
METHOD method_53039 readBox (Lnet/minecraft/class_2540;)Lnet/minecraft/class_3341; | ||
ARG 0 buf | ||
CLASS class_8727 Piece | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD method_53040 write (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf |
29 changes: 28 additions & 1 deletion
29
mappings/net/minecraft/server/network/ChunkDataSender.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,3 +1,30 @@ | ||
CLASS net/minecraft/class_8608 net/minecraft/server/network/ChunkDataSender | ||
METHOD method_52383 setDesiredBatchSize (F)V | ||
FIELD field_45002 LOGGER Lorg/slf4j/Logger; | ||
FIELD field_45005 chunks Lit/unimi/dsi/fastutil/longs/LongSet; | ||
FIELD field_45006 local Z | ||
FIELD field_45007 desiredBatchSize F | ||
FIELD field_45008 pending F | ||
FIELD field_45009 unacknowledgedBatches I | ||
FIELD field_45010 maxUnacknowledgedBatches I | ||
METHOD <init> (Z)V | ||
ARG 1 local | ||
METHOD method_52383 onAcknowledgeChunks (F)V | ||
ARG 1 desiredBatchSize | ||
METHOD method_52384 isInNextBatch (J)Z | ||
ARG 1 chunkPos | ||
METHOD method_52385 makeBatch (Lnet/minecraft/class_3898;Lnet/minecraft/class_1923;)Ljava/util/List; | ||
ARG 1 chunkStorage | ||
ARG 2 playerPos | ||
METHOD method_52386 sendChunkBatches (Lnet/minecraft/class_3222;)V | ||
ARG 1 player | ||
METHOD method_52387 unload (Lnet/minecraft/class_3222;Lnet/minecraft/class_1923;)V | ||
ARG 1 player | ||
ARG 2 pos | ||
METHOD method_52388 sendChunkData (Lnet/minecraft/class_3244;Lnet/minecraft/class_3218;Lnet/minecraft/class_2818;)V | ||
ARG 0 handler | ||
ARG 1 world | ||
ARG 2 chunk | ||
METHOD method_52389 (Lnet/minecraft/class_1923;Lnet/minecraft/class_2818;)I | ||
ARG 1 chunk | ||
METHOD method_52390 add (Lnet/minecraft/class_2818;)V | ||
ARG 1 chunk |
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,44 @@ | ||
CLASS net/minecraft/class_8603 net/minecraft/server/network/ChunkFilter | ||
FIELD field_44986 IGNORE_ALL Lnet/minecraft/class_8603; | ||
METHOD method_52356 isWithinDistance (II)Z | ||
ARG 1 x | ||
ARG 2 z | ||
METHOD method_52357 isWithinDistanceExcludingEdge (IIIII)Z | ||
ARG 0 centerX | ||
ARG 1 centerZ | ||
ARG 2 viewDistance | ||
ARG 3 x | ||
ARG 4 z | ||
METHOD method_52358 isWithinDistance (IIIIIZ)Z | ||
ARG 0 centerX | ||
ARG 1 centerZ | ||
ARG 2 viewDistance | ||
ARG 3 x | ||
ARG 4 z | ||
ARG 5 includeEdge | ||
METHOD method_52359 isWithinDistance (IIZ)Z | ||
ARG 1 x | ||
ARG 2 z | ||
ARG 3 includeEdge | ||
METHOD method_52360 forEachChangedChunk (Lnet/minecraft/class_8603;Lnet/minecraft/class_8603;Ljava/util/function/Consumer;Ljava/util/function/Consumer;)V | ||
ARG 0 oldFilter | ||
ARG 1 newFilter | ||
ARG 2 newlyIncluded | ||
ARG 3 justRemoved | ||
METHOD method_52361 isWithinDistance (Lnet/minecraft/class_1923;)Z | ||
ARG 1 pos | ||
METHOD method_52362 cylindrical (Lnet/minecraft/class_1923;I)Lnet/minecraft/class_8603; | ||
ARG 0 center | ||
ARG 1 viewDistance | ||
METHOD method_52363 forEach (Ljava/util/function/Consumer;)V | ||
ARG 1 consumer | ||
METHOD method_52364 isWithinDistanceExcludingEdge (II)Z | ||
ARG 1 x | ||
ARG 2 z | ||
CLASS class_8604 Cylindrical | ||
METHOD method_52365 overlaps (Lnet/minecraft/class_8603$class_8604;)Z | ||
ARG 1 o | ||
METHOD method_52366 getLeft ()I | ||
METHOD method_52367 getBottom ()I | ||
METHOD method_52368 getRight ()I | ||
METHOD method_52369 getTop ()I |
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
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/server/network/PlayerAssociatedNetworkHandler.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,4 @@ | ||
CLASS net/minecraft/class_5629 net/minecraft/server/network/PlayerAssociatedNetworkHandler | ||
METHOD method_14364 sendPacket (Lnet/minecraft/class_2596;)V | ||
ARG 1 packet | ||
METHOD method_32311 getPlayer ()Lnet/minecraft/class_3222; |
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
5 changes: 0 additions & 5 deletions
5
mappings/net/minecraft/server/world/EntityTrackingListener.mapping
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
Oops, something went wrong.