Map CODEC field and write field in packets, also map MAX_COOKIE_LENGTH, move ServerTransfer Packet to correct package.

This commit is contained in:
William Gaylord 2024-01-17 13:13:29 -06:00
parent 87a28cc02b
commit e7f9d168a7
5 changed files with 10 additions and 1 deletions

View File

@ -1 +1,3 @@
CLASS net/minecraft/class_9091 net/minecraft/network/packet/c2s/common/CookieRequestResponseS2CPacket
FIELD field_47895 CODEC Lnet/minecraft/class_9139;
METHOD method_55853 write (Lnet/minecraft/class_2540;)V

View File

@ -1 +1,3 @@
CLASS net/minecraft/class_9088 net/minecraft/network/packet/s2c/common/CookieRequestS2CPacket
FIELD field_47892 CODEC Lnet/minecraft/class_9139;
METHOD method_55848 write (Lnet/minecraft/class_2540;)V

View File

@ -0,0 +1,3 @@
CLASS net/minecraft/class_9151 net/minecraft/network/packet/s2c/common/ServerTransferS2CPacket
FIELD field_48629 CODEC Lnet/minecraft/class_9139;
METHOD method_56469 write (Lnet/minecraft/class_2540;)V

View File

@ -1 +1,4 @@
CLASS net/minecraft/class_9150 net/minecraft/network/packet/s2c/common/StoreCookieS2CPacket
FIELD field_48627 CODEC Lnet/minecraft/class_9139;
FIELD field_48628 MAX_COOKIE_LENGTH I
METHOD method_56467 write (Lnet/minecraft/class_2540;)V

View File

@ -1 +0,0 @@
CLASS net/minecraft/class_9151 net/minecraft/network/packet/s2c/play/ServerTransferS2CPacket