Uses of Class
net.md_5.bungee.protocol.DefinedPacket
-
Packages that use DefinedPacket Package Description net.md_5.bungee.protocol net.md_5.bungee.protocol.packet -
-
Uses of DefinedPacket in net.md_5.bungee.protocol
Subclasses of DefinedPacket in net.md_5.bungee.protocol Modifier and Type Class Description classChatChainclassSeenMessagesFields in net.md_5.bungee.protocol declared as DefinedPacket Modifier and Type Field Description DefinedPacketPacketWrapper. packetMethods in net.md_5.bungee.protocol that return DefinedPacket Modifier and Type Method Description DefinedPacketProtocol.DirectionData. createPacket(int id, int version)DefinedPacketProtocol.DirectionData. createPacket(int id, int version, boolean supportsForge)Methods in net.md_5.bungee.protocol with parameters of type DefinedPacket Modifier and Type Method Description protected voidMinecraftEncoder. encode(io.netty.channel.ChannelHandlerContext ctx, DefinedPacket msg, io.netty.buffer.ByteBuf out)Method parameters in net.md_5.bungee.protocol with type arguments of type DefinedPacket Modifier and Type Method Description booleanProtocol.DirectionData. hasPacket(Class<? extends DefinedPacket> packet, int version)Constructors in net.md_5.bungee.protocol with parameters of type DefinedPacket Constructor Description PacketWrapper(DefinedPacket packet, io.netty.buffer.ByteBuf buf, Protocol protocol) -
Uses of DefinedPacket in net.md_5.bungee.protocol.packet
-