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()
Get type of packet
|
void |
read(PacketSerializer serializer,
Version version)
Read packet from given serializer.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, getPacketName, writepublic int entityId
public Vector vec
public NPacketPlayOutEntityVelocity()
public NPacketPlayOutEntityVelocity(int entityId,
int x,
int y,
int z)
public void read(PacketSerializer serializer, Version version)
NPacketpublic PacketType getPacketType()
NPacketgetPacketType in interface NPacket