Class CustomPayloadC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.CustomPayloadC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official mpintermediary net/minecraft/class_663named net/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Identifierprivate Identifierprivate PacketByteBuf -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) voidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
method_20197
-
Field Details
-
field_21579
- Mappings:
Namespace Name Mixin selector official aLmp;a:Lpc;intermediary field_21579Lnet/minecraft/class_663;field_21579:Lnet/minecraft/class_1653;named field_21579Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;field_21579:Lnet/minecraft/util/Identifier;
-
field_21580
- Mappings:
Namespace Name Mixin selector official bLmp;b:Lpc;intermediary field_21580Lnet/minecraft/class_663;field_21580:Lnet/minecraft/class_1653;named field_21580Lnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;field_21580:Lnet/minecraft/util/Identifier;
-
payload
- Mappings:
Namespace Name Mixin selector official cLmp;c:Lhy;intermediary field_11702Lnet/minecraft/class_663;field_11702:Lnet/minecraft/class_1967;named payloadLnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;payload:Lnet/minecraft/util/PacketByteBuf;
-
-
Constructor Details
-
CustomPayloadC2SPacket
public CustomPayloadC2SPacket() -
CustomPayloadC2SPacket
@Environment(CLIENT) public CustomPayloadC2SPacket(Identifier identifier, PacketByteBuf packetByteBuf)
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLiv;a(Lhy;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLiv;b(Lhy;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLmp;a(Lme;)Vintermediary method_7979Lnet/minecraft/class_663;method_7979(Lnet/minecraft/class_2050;)Vnamed applyLnet/minecraft/network/packet/c2s/play/CustomPayloadC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-