net.minecraft.network.packet.c2s.play

public class PlayerInteractEntityC2SPacket

implements Packet<ServerPlayPacketHandler>

iu
net.minecraft.class_2061
net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket
net.minecraft.network.play.client.CPacketUseEntity

Field summary

Modifier and TypeField
private int
a
field_8788
targetId
entityId
private PlayerInteractEntityC2SPacket$Action
b
field_8789
action
action
private Vec3d
c
field_11703
offset
hitVec
private InteractionHand
d
field_13799
hand
hand

Constructor summary

ModifierConstructor
public ()
public (Entity target)
public (Entity target, InteractionHand hand)
public (Entity target, InteractionHand hand, Vec3d targetPos)

Method summary

Modifier and TypeMethod
public void
a(eq arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(eq arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(ij arg0)
method_7983(class_2050 arg0)
handle(ServerPlayPacketHandler handler)
processPacket(INetHandlerPlayServer handler)
public Entity
a(aid arg0)
method_7982(class_1150 arg0)
getInteractTarget(World world)
getEntityFromWorld(World worldIn)
public PlayerInteractEntityC2SPacket$Action
a()
method_7984()
getAction()
getAction()
public InteractionHand
b()
method_12686()
getHand()
getHand()
public Vec3d
c()
method_10723()
getOffset()
getHitVec()