Class EntityAttachS2CPacket
java.lang.Object
net.minecraft.network.packet.s2c.play.EntityAttachS2CPacket
- All Implemented Interfaces:
Packet<ClientPlayPacketListener>
- Mappings:
Namespace Name official yk
intermediary net/minecraft/class_2740
named net/minecraft/network/packet/s2c/play/EntityAttachS2CPacket
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEntityAttachS2CPacket
(Entity attachedEntity, @Nullable Entity holdingEntity) -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(ClientPlayPacketListener clientPlayPacketListener) int
int
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
-
Field Details
-
attachedId
private final int attachedId- Mappings:
Namespace Name Mixin selector official a
Lyk;a:I
intermediary field_12479
Lnet/minecraft/class_2740;field_12479:I
named attachedId
Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;attachedId:I
-
holdingId
private final int holdingId- Mappings:
Namespace Name Mixin selector official b
Lyk;b:I
intermediary field_12478
Lnet/minecraft/class_2740;field_12478:I
named holdingId
Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;holdingId:I
-
-
Constructor Details
-
EntityAttachS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lyk;<init>(Lbfh;Lbfh;)V
intermediary <init>
Lnet/minecraft/class_2740;<init>(Lnet/minecraft/class_1297;Lnet/minecraft/class_1297;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;<init>(Lnet/minecraft/entity/Entity;Lnet/minecraft/entity/Entity;)V
-
EntityAttachS2CPacket
- Mappings:
Namespace Name Mixin selector official <init>
Lyk;<init>(Lss;)V
intermediary <init>
Lnet/minecraft/class_2740;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lvb;a(Lss;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<ClientPlayPacketListener>
- Mappings:
Namespace Name Mixin selector official a
Lyk;a(Lve;)V
intermediary method_11811
Lnet/minecraft/class_2740;method_11811(Lnet/minecraft/class_2602;)V
named apply
Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;apply(Lnet/minecraft/network/listener/ClientPlayPacketListener;)V
-
getAttachedEntityId
public int getAttachedEntityId()- Mappings:
Namespace Name Mixin selector official a
Lyk;a()I
intermediary method_11812
Lnet/minecraft/class_2740;method_11812()I
named getAttachedEntityId
Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;getAttachedEntityId()I
-
getHoldingEntityId
public int getHoldingEntityId()- Mappings:
Namespace Name Mixin selector official c
Lyk;c()I
intermediary method_11810
Lnet/minecraft/class_2740;method_11810()I
named getHoldingEntityId
Lnet/minecraft/network/packet/s2c/play/EntityAttachS2CPacket;getHoldingEntityId()I
-