Class EntityPassengersSetS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityPassengersSetS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
public class EntityPassengersSetS2CPacket
extends Object
implements Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name named net/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket
intermediary net/minecraft/class_2752
official afu
-
Field Summary
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, EntityPassengersSetS2CPacket> private final int
private final int[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
getId()
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/s2c/play/EntityPassengersSetS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;
intermediary field_47986
Lnet/minecraft/class_2752;field_47986:Lnet/minecraft/class_9139;
official a
Lafu;a:Lzn;
-
id
private final int id- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;id:I
intermediary field_12594
Lnet/minecraft/class_2752;field_12594:I
official b
Lafu;b:I
-
passengerIds
private final int[] passengerIds- Mappings:
Namespace Name Mixin selector named passengerIds
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;passengerIds:[I
intermediary field_12593
Lnet/minecraft/class_2752;field_12593:[I
official c
Lafu;c:[I
-
-
Constructor Details
-
EntityPassengersSetS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;<init>(Lnet/minecraft/entity/Entity;)V
intermediary <init>
Lnet/minecraft/class_2752;<init>(Lnet/minecraft/class_1297;)V
official <init>
Lafu;<init>(Lbsw;)V
-
EntityPassengersSetS2CPacket
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
intermediary <init>
Lnet/minecraft/class_2752;<init>(Lnet/minecraft/class_2540;)V
official <init>
Lafu;<init>(Lwm;)V
-
-
Method Details
-
write
- Mappings:
Namespace Name Mixin selector named write
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)V
intermediary method_55933
Lnet/minecraft/class_2752;method_55933(Lnet/minecraft/class_2540;)V
official a
Lafu;a(Lwm;)V
-
getPacketId
- Specified by:
getPacketId
in interfacePacket<ClientPlayPacketListener>
- 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<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector named apply
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
intermediary method_11842
Lnet/minecraft/class_2752;method_11842(Lnet/minecraft/class_2602;)V
official a
Lafu;a(Laci;)V
-
getPassengerIds
public int[] getPassengerIds()- Mappings:
Namespace Name Mixin selector named getPassengerIds
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;getPassengerIds()[I
intermediary method_11840
Lnet/minecraft/class_2752;method_11840()[I
official b
Lafu;b()[I
-
getId
public int getId()- Mappings:
Namespace Name Mixin selector named getId
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;getId()I
intermediary method_11841
Lnet/minecraft/class_2752;method_11841()I
official e
Lafu;e()I
-