Method | Description | |
---|---|---|
Authenticator ( int version ) : System.IO |
Initialize a new instance of the Authenticator class.
|
|
Login ( string username, string password ) : |
Sends a login request to the minecraft authentication server and returns the response from it.
|
Method | Description | |
---|---|---|
LoginEvent ( |
Fires the login event.
|
public Authenticator ( int version ) : System.IO | ||
version | int | Minecraft Version. |
return | System.IO |
public Login ( string username, string password ) : |
||
username | string | Minecraft Username |
password | string | Minecraft Password |
return |