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, expectedMaxLength, expectedMinLength, hashCode, read, readArray, readArray, readString, readString, readStringArray, readTag, readUUID, readVarInt, readVarInt, readVarIntArray, readVarShort, toArray, toString, write, writeArray, writeString, writeString, writeStringArray, writeTag, writeUUID, writeVarInt, writeVarShort
public static final byte DEBUG_INFO_REDUCED
public static final byte DEBUG_INFO_NORMAL
public void read(io.netty.buffer.ByteBuf buf)
read
in class DefinedPacket
public void write(io.netty.buffer.ByteBuf buf)
write
in class DefinedPacket
public void handle(AbstractPacketHandler handler) throws Exception
handle
in class DefinedPacket
Exception
Copyright © 2021. All rights reserved.