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