public class ServerEntityVelocityPacket extends MinecraftPacket
| Constructor and Description |
|---|
ServerEntityVelocityPacket(int entityId,
double motX,
double motY,
double motZ) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEntityId() |
double |
getMotionX() |
double |
getMotionY() |
double |
getMotionZ() |
void |
read(com.github.steveice10.packetlib.io.NetInput in) |
void |
write(com.github.steveice10.packetlib.io.NetOutput out) |
isPriority, toStringpublic ServerEntityVelocityPacket(int entityId,
double motX,
double motY,
double motZ)
public int getEntityId()
public double getMotionX()
public double getMotionY()
public double getMotionZ()
public void read(com.github.steveice10.packetlib.io.NetInput in)
throws IOException
IOExceptionpublic void write(com.github.steveice10.packetlib.io.NetOutput out)
throws IOException
IOExceptionCopyright © 2020. All rights reserved.