HyCodeYourTale
classpublicPriority 2

AuthenticationPacketHandler

com.hypixel.hytale.server.core.io.handlers.login.AuthenticationPacketHandler

extends HandshakeHandler

2

Methods

2

Public Methods

1

Fields

1

Constructors

Constructors

public
AuthenticationPacketHandler(Channel channel, ProtocolVersion protocolVersion, String language, AuthenticationPacketHandler.AuthHandlerSupplier authHandlerSupplier, ClientType clientType, String identityToken, UUID uuid, String username, byte[] referralData, HostAddress referralSource)

Methods

Public Methods (2)

public
String getIdentifier()
@Nonnull@Override
public
void registered0(PacketHandler oldHandler)
@Override

Fields

Private/Package Fields (1)

privateAuthenticationPacketHandler.AuthHandlerSupplier authHandlerSupplier

Related Classes