net.minecraft.network.packet.s2c.play

public class EntityVelocityS2CPacket

implements Packet<ClientPlayPacketHandler>

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

Field summary

Modifier and TypeField
private int
a
field_8714
id
field_149417_a
entityID
private int
b
field_8715
velocityX
field_149415_b
motionX
private int
c
field_8716
velocityY
field_149416_c
motionY
private int
d
field_8717
velocityZ
field_149414_d
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(gy arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(gy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(hw arg0)
method_7864(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(INetHandlerPlayClient arg0)
processPacket(INetHandlerPlayClient handler)
public int
a()
method_7865()
getId()
func_149412_c()
getEntityID()
public int
b()
method_7866()
getVelocityX()
func_149411_d()
getMotionX()
public int
c()
method_7867()
getVelocityY()
func_149410_e()
getMotionY()
public int
d()
method_7868()
getVelocityZ()
func_149409_f()
getMotionZ()