public class EntityStatus extends DefinedPacket
| Modifier and Type | Field and Description |
|---|---|
static byte |
DEBUG_INFO_NORMAL |
static byte |
DEBUG_INFO_REDUCED |
| Constructor and Description |
|---|
EntityStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(AbstractPacketHandler handler) |
void |
read(io.netty.buffer.ByteBuf buf) |
void |
write(io.netty.buffer.ByteBuf buf) |
equals, hashCode, read, readArray, readArray, readString, readStringArray, readUUID, readVarInt, readVarInt, readVarIntArray, readVarShort, toArray, toString, write, writeArray, writeString, writeStringArray, writeUUID, writeVarInt, writeVarShortpublic static final byte DEBUG_INFO_REDUCED
public static final byte DEBUG_INFO_NORMAL
public void read(io.netty.buffer.ByteBuf buf)
read in class DefinedPacketpublic void write(io.netty.buffer.ByteBuf buf)
write in class DefinedPacketpublic void handle(AbstractPacketHandler handler) throws Exception
handle in class DefinedPacketExceptionCopyright © 2012–2020 SpigotMC. All rights reserved.