Class PlayerInteractEntityC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket
- All Implemented Interfaces:
Packet
- Mappings:
Namespace Name official mdintermediary net/minecraft/class_2061named net/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPlayerInteractEntityC2SPacket(Entity entity, class_2062 class_2062) PlayerInteractEntityC2SPacket(Entity entity, Vec3d hitPosition) -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) voidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
entityId
private int entityId- Mappings:
Namespace Name Mixin selector official aLmd;a:Iintermediary field_8788Lnet/minecraft/class_2061;field_8788:Inamed entityIdLnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;entityId:I
-
field_8789
- Mappings:
Namespace Name Mixin selector official bLmd;b:Lme;intermediary field_8789Lnet/minecraft/class_2061;field_8789:Lnet/minecraft/class_2062;named field_8789Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;field_8789:Lnet/minecraft/class_2062;
-
hitPosition
- Mappings:
Namespace Name Mixin selector official cLmd;c:Lbrw;intermediary field_11703Lnet/minecraft/class_2061;field_11703:Lnet/minecraft/class_236;named hitPositionLnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;hitPosition:Lnet/minecraft/util/math/Vec3d;
-
-
Constructor Details
-
PlayerInteractEntityC2SPacket
public PlayerInteractEntityC2SPacket() -
PlayerInteractEntityC2SPacket
-
PlayerInteractEntityC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lmd;<init>(Lwv;Lbrw;)Vintermediary <init>Lnet/minecraft/class_2061;<init>(Lnet/minecraft/class_864;Lnet/minecraft/class_236;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;<init>(Lnet/minecraft/entity/Entity;Lnet/minecraft/util/math/Vec3d;)V
-
-
Method Details
-
read
-
write
-
apply
- Mappings:
Namespace Name Mixin selector official aLmd;a(Lls;)Vintermediary method_7983Lnet/minecraft/class_2061;method_7983(Lnet/minecraft/class_2050;)Vnamed applyLnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
getEntity
- Mappings:
Namespace Name Mixin selector official aLmd;a(Laqu;)Lwv;intermediary method_7982Lnet/minecraft/class_2061;method_7982(Lnet/minecraft/class_1150;)Lnet/minecraft/class_864;named getEntityLnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;getEntity(Lnet/minecraft/world/World;)Lnet/minecraft/entity/Entity;
-
method_7984
- Mappings:
Namespace Name Mixin selector official aLmd;a()Lme;intermediary method_7984Lnet/minecraft/class_2061;method_7984()Lnet/minecraft/class_2062;named method_7984Lnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;method_7984()Lnet/minecraft/class_2062;
-
getHitPosition
- Mappings:
Namespace Name Mixin selector official bLmd;b()Lbrw;intermediary method_10723Lnet/minecraft/class_2061;method_10723()Lnet/minecraft/class_236;named getHitPositionLnet/minecraft/network/packet/c2s/play/PlayerInteractEntityC2SPacket;getHitPosition()Lnet/minecraft/util/math/Vec3d;
-