Uses of Enum
net.md_5.bungee.protocol.Protocol
Packages that use Protocol
-
Uses of Protocol in net.md_5.bungee.protocol
Fields in net.md_5.bungee.protocol declared as ProtocolMethods in net.md_5.bungee.protocol that return ProtocolModifier and TypeMethodDescriptionDefinedPacket.nextProtocol()
static 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
DefinedPacket.read
(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion) void
DefinedPacket.write
(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion) Constructors in net.md_5.bungee.protocol with parameters of type ProtocolModifierConstructorDescriptionDirectionData
(Protocol protocolPhase, ProtocolConstants.Direction direction) -
Uses of Protocol in net.md_5.bungee.protocol.packet
Methods in net.md_5.bungee.protocol.packet that return ProtocolModifier and TypeMethodDescriptionFinishConfiguration.nextProtocol()
LoginAcknowledged.nextProtocol()
StartConfiguration.nextProtocol()
Methods in net.md_5.bungee.protocol.packet with parameters of type ProtocolModifier and TypeMethodDescriptionvoid
Kick.read
(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion) void
Kick.write
(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion)