Uses of Class
net.md_5.bungee.protocol.Protocol
-
Packages that use Protocol Package Description net.md_5.bungee.protocol net.md_5.bungee.protocol.packet -
-
Uses of Protocol in net.md_5.bungee.protocol
Fields in net.md_5.bungee.protocol declared as Protocol Modifier and Type Field Description ProtocolPacketWrapper. protocolMethods in net.md_5.bungee.protocol that return Protocol Modifier and Type Method Description ProtocolMinecraftDecoder. getProtocol()ProtocolMinecraftEncoder. getProtocol()ProtocolDefinedPacket. nextProtocol()static ProtocolProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol[]Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.md_5.bungee.protocol with parameters of type Protocol Modifier and Type Method Description voidDefinedPacket. read(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion)voidMinecraftDecoder. setProtocol(Protocol protocol)voidMinecraftEncoder. setProtocol(Protocol protocol)voidDefinedPacket. write(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion)Constructors in net.md_5.bungee.protocol with parameters of type Protocol Constructor Description DirectionData(Protocol protocolPhase, ProtocolConstants.Direction direction)MinecraftDecoder(Protocol protocol, boolean server, int protocolVersion)MinecraftDecoder(Protocol protocol, boolean server, int protocolVersion, boolean supportsForge)MinecraftEncoder(Protocol protocol, boolean server, int protocolVersion)PacketWrapper(DefinedPacket packet, io.netty.buffer.ByteBuf buf, Protocol protocol) -
Uses of Protocol in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return Protocol Modifier and Type Method Description ProtocolFinishConfiguration. nextProtocol()ProtocolLoginAcknowledged. nextProtocol()ProtocolStartConfiguration. nextProtocol()Methods in net.md_5.bungee.protocol.packet with parameters of type Protocol Modifier and Type Method Description voidKick. read(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion)voidKick. write(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion)
-