Make packet names consistent (#1016)

* Make packet names consistent

* Rename OpenContainerPacket -> OpenContainerS2CPacket
This commit is contained in:
Joseph Burton 2019-12-17 21:22:35 +00:00 committed by modmuss50
parent 5dd0463ec6
commit 4a2fe5bd1b
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_3944 net/minecraft/client/network/packet/OpenContainerPacket
CLASS net/minecraft/class_3944 net/minecraft/client/network/packet/OpenContainerS2CPacket
FIELD field_17436 syncId I
FIELD field_17437 containerId I
FIELD field_17438 name Lnet/minecraft/class_2561;

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_3943 net/minecraft/client/network/packet/SetTradeOffersPacket
CLASS net/minecraft/class_3943 net/minecraft/client/network/packet/SetTradeOffersS2CPacket
FIELD field_17434 syncId I
FIELD field_17435 recipes Lnet/minecraft/class_1916;
FIELD field_18801 levelProgress I

View File

@ -177,5 +177,5 @@ CLASS net/minecraft/class_2602 net/minecraft/network/listener/ClientPlayPacketLi
ARG 1 packet
METHOD method_20320 onChunkRenderDistanceCenter (Lnet/minecraft/class_4282;)V
ARG 1 packet
METHOD method_21707 handlePlayerActionResponse (Lnet/minecraft/class_4463;)V
METHOD method_21707 onPlayerActionResponse (Lnet/minecraft/class_4463;)V
ARG 1 packet