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/EntityPassengersSetS2CPacketintermediary net/minecraft/class_2752official agh
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PacketCodec<PacketByteBuf, EntityPassengersSetS2CPacket> private final intprivate final int[] - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ClientPlayPacketListener clientPlayPacketListener) intint[]private 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.Packet
isWritingErrorSkippable, transitionsNetworkState 
- 
Field Details
- 
CODEC
- Mappings:
 Namespace Name Mixin selector named CODECLnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;CODEC:Lnet/minecraft/network/codec/PacketCodec;intermediary field_47986Lnet/minecraft/class_2752;field_47986:Lnet/minecraft/class_9139;official aLagh;a:Lzm;
 - 
entityId
private final int entityId- Mappings:
 Namespace Name Mixin selector named entityIdLnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;entityId:Iintermediary field_12594Lnet/minecraft/class_2752;field_12594:Iofficial bLagh;b:I
 - 
passengerIds
private final int[] passengerIds- Mappings:
 Namespace Name Mixin selector named passengerIdsLnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;passengerIds:[Iintermediary field_12593Lnet/minecraft/class_2752;field_12593:[Iofficial cLagh;c:[I
 
 - 
 - 
Constructor Details
- 
EntityPassengersSetS2CPacket
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;<init>(Lnet/minecraft/entity/Entity;)Vintermediary <init>Lnet/minecraft/class_2752;<init>(Lnet/minecraft/class_1297;)Vofficial <init>Lagh;<init>(Lbzm;)V
 - 
EntityPassengersSetS2CPacket
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)Vintermediary <init>Lnet/minecraft/class_2752;<init>(Lnet/minecraft/class_2540;)Vofficial <init>Lagh;<init>(Lwg;)V
 
 - 
 - 
Method Details
- 
write
- Mappings:
 Namespace Name Mixin selector named writeLnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;write(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_55933Lnet/minecraft/class_2752;method_55933(Lnet/minecraft/class_2540;)Vofficial aLagh;a(Lwg;)V
 - 
getPacketType
- Specified by:
 getPacketTypein interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named getPacketTypeLnet/minecraft/network/packet/Packet;getPacketType()Lnet/minecraft/network/packet/PacketType;intermediary method_65080Lnet/minecraft/class_2596;method_65080()Lnet/minecraft/class_9145;official aLzw;a()Lzy;
 - 
apply
- Specified by:
 applyin interfacePacket<ClientPlayPacketListener>- Mappings:
 Namespace Name Mixin selector named applyLnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)Vintermediary method_11842Lnet/minecraft/class_2752;method_11842(Lnet/minecraft/class_2602;)Vofficial aLagh;a(Lacq;)V
 - 
getPassengerIds
public int[] getPassengerIds()- Mappings:
 Namespace Name Mixin selector named getPassengerIdsLnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;getPassengerIds()[Iintermediary method_11840Lnet/minecraft/class_2752;method_11840()[Iofficial bLagh;b()[I
 - 
getEntityId
public int getEntityId()- Mappings:
 Namespace Name Mixin selector named getEntityIdLnet/minecraft/network/packet/s2c/play/EntityPassengersSetS2CPacket;getEntityId()Iintermediary method_11841Lnet/minecraft/class_2752;method_11841()Iofficial eLagh;e()I
 
 -