net.minecraft.network.packet.c2s.play

public class PlayerInteractEntityC2SPacket

implements Packet<ServerPlayPacketHandler>

in
net.minecraft.class_2061
net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket
net.minecraft.network.play.client.C02PacketUseEntity

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

Constructor summary

ModifierConstructor
public ()
public (Entity target, PlayerInteractEntityC2SPacket$Action action)
public (Entity target, Vec3d offset)

Method summary

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