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 Protocol
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 ProtocolModifier and TypeMethodDescriptionvoid
MinecraftDecoder.setProtocol
(Protocol protocol) void
MinecraftEncoder.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)