-
Notifications
You must be signed in to change notification settings - Fork 389
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 24w03a packet stuff * a bit more
- Loading branch information
Showing
215 changed files
with
409 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/class_9112 net/minecraft/client/network/CookieStorage |
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 |
---|---|---|
@@ -1,2 +1,6 @@ | ||
CLASS net/minecraft/class_2598 net/minecraft/network/NetworkSide | ||
FIELD field_48613 name Ljava/lang/String; | ||
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V | ||
ARG 3 name | ||
METHOD method_36146 getOpposite ()Lnet/minecraft/class_2598; | ||
METHOD method_56444 getName ()Ljava/lang/String; |
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
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/network/listener/ClientCookieRequestPacketListener.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,3 @@ | ||
CLASS net/minecraft/class_9087 net/minecraft/network/listener/ClientCookieRequestPacketListener | ||
METHOD method_55845 onCookieRequest (Lnet/minecraft/class_9088;)V | ||
ARG 1 packet |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/network/listener/ServerCookieResponsePacketListener.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,3 @@ | ||
CLASS net/minecraft/class_9090 net/minecraft/network/listener/ServerCookieResponsePacketListener | ||
METHOD method_55851 onCookieResponse (Lnet/minecraft/class_9091;)V | ||
ARG 1 packet |
4 changes: 4 additions & 0 deletions
4
mappings/net/minecraft/network/packet/BrandCustomPayload.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,7 @@ | ||
CLASS net/minecraft/class_8709 net/minecraft/network/packet/BrandCustomPayload | ||
FIELD field_48654 CODEC Lnet/minecraft/class_9139; | ||
FIELD field_48655 KEY Lnet/minecraft/class_8710$class_9154; | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD method_56481 write (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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
CLASS net/minecraft/class_9152 net/minecraft/network/packet/CommonPackets | ||
FIELD field_48631 CUSTOM_PAYLOAD_S2C Lnet/minecraft/class_9145; | ||
FIELD field_48633 KEEP_ALIVE_S2C Lnet/minecraft/class_9145; | ||
FIELD field_48641 CUSTOM_PAYLOAD_C2S Lnet/minecraft/class_9145; | ||
FIELD field_48642 KEEP_ALIVE_C2S Lnet/minecraft/class_9145; | ||
METHOD method_56472 s2c (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id | ||
METHOD method_56473 c2s (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id |
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,7 @@ | ||
CLASS net/minecraft/class_9156 net/minecraft/network/packet/ConfigPackets | ||
FIELD field_48694 FINISH_CONFIGURATION_S2C Lnet/minecraft/class_9145; | ||
FIELD field_48697 FINISH_CONFIGURATION_C2S Lnet/minecraft/class_9145; | ||
METHOD method_56510 s2c (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id | ||
METHOD method_56511 c2s (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id |
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,5 @@ | ||
CLASS net/minecraft/class_9089 net/minecraft/network/packet/CookiePackets | ||
METHOD method_55849 s2c (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id | ||
METHOD method_55850 c2s (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id |
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/network/packet/HandshakePackets.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,3 @@ | ||
CLASS net/minecraft/class_9096 net/minecraft/network/packet/HandshakePackets | ||
METHOD method_56008 c2s (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id |
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,7 @@ | ||
CLASS net/minecraft/class_9098 net/minecraft/network/packet/LoginPackets | ||
FIELD field_48240 HELLO_S2C Lnet/minecraft/class_9145; | ||
FIELD field_48244 HELLO_C2S Lnet/minecraft/class_9145; | ||
METHOD method_56016 s2c (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id | ||
METHOD method_56017 c2s (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id |
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 @@ | ||
CLASS net/minecraft/class_9145 net/minecraft/network/packet/PacketIdentifier |
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,5 @@ | ||
CLASS net/minecraft/class_9100 net/minecraft/network/packet/PingPackets | ||
METHOD method_56023 s2c (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id | ||
METHOD method_56024 c2s (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id |
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,15 @@ | ||
CLASS net/minecraft/class_9094 net/minecraft/network/packet/PlayPackets | ||
FIELD field_48032 MOVE_VEHICLE_S2C Lnet/minecraft/class_9145; | ||
FIELD field_48037 PLAYER_ABILITIES_S2C Lnet/minecraft/class_9145; | ||
FIELD field_48088 SET_CARRIED_ITEM_S2C Lnet/minecraft/class_9145; | ||
FIELD field_48094 MOVE_VEHICLE_C2S Lnet/minecraft/class_9145; | ||
FIELD field_48098 PLAYER_ABILITIES_C2S Lnet/minecraft/class_9145; | ||
FIELD field_48108 SET_CARRIED_ITEM_C2S Lnet/minecraft/class_9145; | ||
FIELD field_48124 CHANGE_DIFFICULTY_C2S Lnet/minecraft/class_9145; | ||
FIELD field_48135 CONTAINER_CLOSE_C2S Lnet/minecraft/class_9145; | ||
FIELD field_48158 CHANGE_DIFFICULTY_S2C Lnet/minecraft/class_9145; | ||
FIELD field_48165 CONTAINER_CLOSE_S2C Lnet/minecraft/class_9145; | ||
METHOD method_55956 s2c (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id | ||
METHOD method_55957 c2s (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id |
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,5 @@ | ||
CLASS net/minecraft/class_9102 net/minecraft/network/packet/StatusPackets | ||
METHOD method_56027 s2c (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id | ||
METHOD method_56028 c2s (Ljava/lang/String;)Lnet/minecraft/class_9145; | ||
ARG 0 id |
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
7 changes: 6 additions & 1 deletion
7
...on/CookieRequestResponseC2SPacket.mapping → ...2s/common/CookieResponseC2SPacket.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,8 @@ | ||
CLASS net/minecraft/class_9091 net/minecraft/network/packet/c2s/common/CookieRequestResponseC2SPacket | ||
CLASS net/minecraft/class_9091 net/minecraft/network/packet/c2s/common/CookieResponseC2SPacket | ||
FIELD field_47895 CODEC Lnet/minecraft/class_9139; | ||
METHOD <init> (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD method_55853 write (Lnet/minecraft/class_2540;)V | ||
ARG 1 buf | ||
METHOD method_55854 (Lnet/minecraft/class_2540;)[B | ||
ARG 0 bufx |
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/network/packet/c2s/common/CustomPayloadC2SPacket.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,3 @@ | ||
CLASS net/minecraft/class_2817 net/minecraft/network/packet/c2s/common/CustomPayloadC2SPacket | ||
FIELD field_33361 MAX_PAYLOAD_SIZE I | ||
FIELD field_48646 CODEC Lnet/minecraft/class_9139; |
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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/network/packet/c2s/handshake/ConnectionIntent.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,7 @@ | ||
CLASS net/minecraft/class_8592 net/minecraft/network/packet/c2s/handshake/ConnectionIntent | ||
FIELD field_44976 STATUS_ID I | ||
FIELD field_44977 LOGIN_ID I | ||
FIELD field_48228 TRANSFER_ID I | ||
METHOD method_52283 getId ()I | ||
METHOD method_52284 byId (I)Lnet/minecraft/class_8592; | ||
ARG 0 id |
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
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
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
Oops, something went wrong.