public class PacketPlayOutEntityProperties extends OutPacket
| Modifier and Type | Field and Description |
|---|---|
protected int |
entityId |
protected PropertyBuilder[] |
properties |
| Constructor and Description |
|---|
PacketPlayOutEntityProperties() |
| 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
|
PropertyBuilder[] |
properties() |
decode, direction, handleReceived, setprotected int entityId
protected PropertyBuilder[] properties
public PacketPlayOutEntityProperties()
public int id()
Packetpublic int entityId()
public PropertyBuilder[] properties()
Copyright © 2016. All rights reserved.