Uses of Enum Class
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 TypeMethodDescriptionMinecraftDecoder.getProtocol()MinecraftEncoder.getProtocol()DefinedPacket.nextProtocol()static ProtocolReturns the enum constant of this class with the specified name.static Protocol[]Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.md_5.bungee.protocol with parameters of type ProtocolModifier and TypeMethodDescriptionvoidDefinedPacket.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 ProtocolModifierConstructorDescriptionDirectionData(Protocol protocolPhase, ProtocolConstants.Direction direction) MinecraftDecoder(Protocol protocol, boolean server, int protocolVersion) MinecraftDecoder(Protocol protocol, boolean server, int protocolVersion, boolean copyBuffer, 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 ProtocolModifier and TypeMethodDescriptionFinishConfiguration.nextProtocol()LoginAcknowledged.nextProtocol()StartConfiguration.nextProtocol()Methods in net.md_5.bungee.protocol.packet with parameters of type ProtocolModifier and TypeMethodDescriptionvoidCustomClickAction.read(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion) voidKick.read(io.netty.buffer.ByteBuf buf, Protocol protocol, ProtocolConstants.Direction direction, int protocolVersion) voidCustomClickAction.write(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)