Uses of Class
net.md_5.bungee.protocol.util.Either
Packages that use Either
Package
Description
-
Uses of Either in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return EitherModifier and TypeMethodDescriptionDefinedPacket.readEitherBaseComponent(io.netty.buffer.ByteBuf buf, int protocolVersion, boolean string) Methods in net.md_5.bungee.protocol with parameters of type EitherModifier and TypeMethodDescriptionstatic voidDefinedPacket.writeEitherBaseComponent(Either<String, net.md_5.bungee.api.chat.BaseComponent> message, io.netty.buffer.ByteBuf buf, int protocolVersion) -
Uses of Either in net.md_5.bungee.protocol.packet
Fields in net.md_5.bungee.protocol.packet declared as Either -
Uses of Either in net.md_5.bungee.protocol.util
Methods in net.md_5.bungee.protocol.util that return Either