Class SelectMerchantTradeC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.SelectMerchantTradeC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
public class SelectMerchantTradeC2SPacket
extends Object
implements Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/c2s/play/SelectMerchantTradeC2SPacket
intermediary net/minecraft/class_2863
official aih
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, SelectMerchantTradeC2SPacket> private final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ServerPlayPacketListener serverPlayPacketListener) int
private void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
isWritingErrorSkippable, transitionsNetworkState
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/network/packet/c2s/play/SelectMerchantTradeC2SPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_48214
Lnet/minecraft/class_2863;field_48214:Lnet/minecraft/class_9139;
official a
Laih;a:Lzn;
-
tradeId
private final int tradeId- Mappings:
Namespace Name Mixin selector named tradeId
Lnet/minecraft/network/packet/c2s/play/SelectMerchantTradeC2SPacket;tradeId:I
intermediary field_13036
Lnet/minecraft/class_2863;field_13036:I
official b
Laih;b:I
-
-
Constructor Details
-
SelectMerchantTradeC2SPacket
public SelectMerchantTradeC2SPacket(int tradeId) - Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/SelectMerchantTradeC2SPacket;<init>(I)V
intermediary <init>
Lnet/minecraft/class_2863;<init>(I)V
official <init>
Laih;<init>(I)V
-
SelectMerchantTradeC2SPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/c2s/play/SelectMerchantTradeC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2863;<init>(Lnet/minecraft/class_2540;)V
official <init>
Laih;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/c2s/play/SelectMerchantTradeC2SPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55995
Lnet/minecraft/class_2863;method_55995(Lnet/minecraft/class_2540;)V
official a
Laih;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named getPacketId
Lnet/minecraft/network/packet/Packet;getPacketId()Lnet/minecraft/network/packet/PacketType;
intermediary method_55846
Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;
official a
Lzw;a()Lzy;
-
apply
- Specified by:
apply
in interfacePacket<ServerPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/c2s/play/SelectMerchantTradeC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
intermediary method_12430
Lnet/minecraft/class_2863;method_12430(Lnet/minecraft/class_2792;)V
official a
Laih;a(Lagw;)V
-
getTradeId
public int getTradeId()- Mappings:
Namespace Name Mixin selector named getTradeId
Lnet/minecraft/network/packet/c2s/play/SelectMerchantTradeC2SPacket;getTradeId()I
intermediary method_12431
Lnet/minecraft/class_2863;method_12431()I
official b
Laih;b()I
-