public class PacketPlayOutEntityCompleteMove extends OutPacket
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
difference |
protected int |
entityId |
protected boolean |
onGround |
protected float |
pitch |
protected float |
yaw |
| Constructor and Description |
|---|
PacketPlayOutEntityCompleteMove() |
| Modifier and Type | Method and Description |
|---|---|
Vector |
difference() |
void |
encode(ByteBuf buf)
Serialized the data held by this packet into a buffer
|
int |
entityId() |
boolean |
flags() |
int |
id()
Gets the ID of this packet, according to the protocol specification
|
float |
pitch() |
float |
yaw() |
decode, direction, handleReceived, setprotected int entityId
protected Vector difference
protected float yaw
protected float pitch
protected boolean onGround
public PacketPlayOutEntityCompleteMove()
public int id()
Packetpublic int entityId()
public Vector difference()
public float yaw()
public float pitch()
public boolean flags()
Copyright © 2016. All rights reserved.