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 afg
-
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
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
Lafg;a:Lyx;
-
entityId
private final int entityId- Mappings:
Namespace Name Mixin selector named entityId
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;entityId:I
intermediary field_12594
Lnet/minecraft/class_2752;field_12594:I
official b
Lafg;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
Lafg;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>
Lafg;<init>(Lbsr;)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>
Lafg;<init>(Lvw;)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
Lafg;a(Lvw;)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
Lzg;a()Lzi;
-
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
Lafg;a(Labu;)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
Lafg;b()[I
-
getEntityId
public int getEntityId()- Mappings:
Namespace Name Mixin selector named getEntityId
Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;getEntityId()I
intermediary method_11841
Lnet/minecraft/class_2752;method_11841()I
official e
Lafg;e()I
-