net.minecraft.network.packet.s2c.play

public class EntityVelocityS2CPacket

implements Packet<ClientPlayPacketHandler>

hu
net.minecraft.class_2039
net.minecraft.network.packet.s2c.play.EntityVelocityS2CPacket
net.minecraft.network.play.server.SPacketEntityVelocity

Field summary

Modifier and TypeField
private int
a
field_8714
id
entityID
private int
b
field_8715
velocityX
motionX
private int
c
field_8716
velocityY
motionY
private int
d
field_8717
velocityZ
motionZ

Constructor summary

ModifierConstructor
public ()
public (Entity entity)
public (int id, double velocityX, double velocityY, double velocityZ)

Method summary

Modifier and TypeMethod
public void
a(et arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(et arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fp arg0)
method_7864(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public int
a()
method_7865()
getId()
getEntityID()
public int
b()
method_7866()
getVelocityX()
getMotionX()
public int
c()
method_7867()
getVelocityY()
getMotionY()
public int
d()
method_7868()
getVelocityZ()
getMotionZ()