Uses of Class
net.md_5.bungee.protocol.Protocol
-
Packages that use Protocol Package Description net.md_5.bungee.protocol -
-
Uses of Protocol in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return Protocol Modifier and Type Method Description 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 voidMinecraftDecoder. setProtocol(Protocol protocol)voidMinecraftEncoder. setProtocol(Protocol protocol)Constructors in net.md_5.bungee.protocol with parameters of type Protocol Constructor Description MinecraftDecoder(Protocol protocol, boolean server, int protocolVersion)MinecraftDecoder(Protocol protocol, boolean server, int protocolVersion, boolean supportsForge)MinecraftEncoder(Protocol protocol, boolean server, int protocolVersion)
-