메소드 | 설명 | |
---|---|---|
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.
|
메소드 | 설명 | |
---|---|---|
LoginEvent ( |
Fires the login event.
|
public Authenticator ( int version ) : System.IO | ||
version | int | Minecraft Version. |
리턴 | System.IO |
public Login ( string username, string password ) : |
||
username | string | Minecraft Username |
password | string | Minecraft Password |
리턴 |