public class PingPacket extends DefinedPacket
| Constructor and Description |
|---|
PingPacket() |
| 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, readVarShort, toArray, toString, write, writeArray, writeString, writeStringArray, writeUUID, writeVarInt, writeVarShortpublic 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–2018 SpigotMC. All rights reserved.