public class NPacketPlayOutEntity extends Object implements NPacketPlayOut
| Modifier and Type | Field and Description |
|---|---|
double |
deltaX |
double |
deltaY |
double |
deltaZ |
int |
entityId |
boolean |
isGround |
float |
pitch |
float |
yaw |
| Constructor and Description |
|---|
NPacketPlayOutEntity() |
| 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 double deltaX
public double deltaY
public double deltaZ
public float yaw
public float pitch
public boolean isGround
public void read(PacketSerializer serializer, Version version)
NPacketpublic PacketType getPacketType()
NPacketgetPacketType in interface NPacket