public class NPacketPlayOutEntityVelocity extends Object implements NPacketPlayOut
| Constructor and Description | 
|---|
NPacketPlayOutEntityVelocity()  | 
NPacketPlayOutEntityVelocity(int entityId,
                            int x,
                            int y,
                            int z)  | 
| Modifier and Type | Method and Description | 
|---|---|
PacketType | 
getPacketType()  | 
public int entityId
public Vector vec
public NPacketPlayOutEntityVelocity()
public NPacketPlayOutEntityVelocity(int entityId,
                                    int x,
                                    int y,
                                    int z)
public PacketType getPacketType()
getPacketType in interface NPacket