DoLoginEv

trait DoLoginEv[F[_], LoginServerBoundPackets <: Tuple, LoginClientBoundPackets <: Tuple]

The implicit evidence that the protocol with LoginServerBoundPackets and LoginClientBoundPackets supports name-based login.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def doLoginWith(transport: ProtocolBasedTransport[F, LoginClientBoundPackets, LoginServerBoundPackets], name: String): F[Unit]