HyCodeYourTale
classpublicPriority 1

AuthLoginBrowserCommand

com.hypixel.hytale.server.core.command.commands.server.auth.AuthLoginBrowserCommand

extends CommandBase

1

Methods

1

Public Methods

0

Fields

1

Constructors

Constants

MessageMESSAGE_ALREADY_AUTHENTICATED= Message.translation("server.commands.auth.login.alreadyAuthenticated").color(Color.YELLOW)
MessageMESSAGE_FAILED= Message.translation("server.commands.auth.login.browser.failed").color(Color.RED)
MessageMESSAGE_PENDING= Message.translation("server.commands.auth.login.pending").color(Color.YELLOW)
MessageMESSAGE_PERSISTENCE_MEMORY= Message.translation("server.commands.auth.login.persistence.memory").color(Color.ORANGE)
MessageMESSAGE_PERSISTENCE_SAVED= Message.translation("server.commands.auth.login.persistence.saved").color(Color.GREEN)
MessageMESSAGE_SINGLEPLAYER= Message.translation("server.commands.auth.login.singleplayer").color(Color.RED)
MessageMESSAGE_STARTING= Message.translation("server.commands.auth.login.browser.starting").color(Color.YELLOW)
MessageMESSAGE_SUCCESS= Message.translation("server.commands.auth.login.browser.success").color(Color.GREEN)

Constructors

public
AuthLoginBrowserCommand()

Methods

Public Methods (1)

public
void onFlowInfo(String authUrl)
@Override

Related Classes