Uses of Enum
net.md_5.bungee.protocol.Protocol
Packages that use Protocol
-
Uses of Protocol in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return ProtocolModifier and TypeMethodDescriptionstatic ProtocolReturns 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 ProtocolModifier and TypeMethodDescriptionvoidMinecraftDecoder.setProtocol(Protocol protocol) voidMinecraftEncoder.setProtocol(Protocol protocol) Constructors in net.md_5.bungee.protocol with parameters of type ProtocolModifierConstructorDescriptionMinecraftDecoder(Protocol protocol, boolean server, int protocolVersion) MinecraftDecoder(Protocol protocol, boolean server, int protocolVersion, boolean supportsForge) MinecraftEncoder(Protocol protocol, boolean server, int protocolVersion)