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