Package net.md_5.bungee.protocol.packet
Class PlayerListHeaderFooter
java.lang.Object
net.md_5.bungee.protocol.DefinedPacket
net.md_5.bungee.protocol.packet.PlayerListHeaderFooter
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanvoidhandle(AbstractPacketHandler handler) inthashCode()voidread(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion) voidvoidtoString()voidwrite(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion) Methods inherited from class net.md_5.bungee.protocol.DefinedPacketexpectedMaxLength, expectedMinLength, read, readArray, readArray, readEnumSet, readFixedBitSet, readProperties, readPublicKey, readString, readString, readStringArray, readTag, readUUID, readVarInt, readVarInt, readVarIntArray, readVarShort, toArray, write, writeArray, writeEnumSet, writeFixedBitSet, writeProperties, writePublicKey, writeString, writeString, writeStringArray, writeTag, writeUUID, writeVarInt, writeVarInt, writeVarShort
- 
Constructor Details- 
PlayerListHeaderFooterpublic PlayerListHeaderFooter()
- 
PlayerListHeaderFooter
 
- 
- 
Method Details- 
readpublic void read(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion) - Overrides:
- readin class- DefinedPacket
 
- 
writepublic void write(io.netty.buffer.ByteBuf buf, ProtocolConstants.Direction direction, int protocolVersion) - Overrides:
- writein class- DefinedPacket
 
- 
handle- Specified by:
- handlein class- DefinedPacket
- Throws:
- Exception
 
- 
getHeader
- 
setHeader
- 
toString- Specified by:
- toStringin class- DefinedPacket
 
- 
equals- Specified by:
- equalsin class- DefinedPacket
 
- 
canEqual
- 
hashCodepublic int hashCode()- Specified by:
- hashCodein class- DefinedPacket
 
 
-