메소드 | 설명 | |
---|---|---|
GetName ( bool pretty = false ) : string |
Gets the name of the user.
|
|
SetName ( string name ) : void |
Set the name of the user. Note that this is entirely client-side, this does not update the actual username on the minecraft servers. |
|
SetSessionID ( string id ) : void |
Set this user's session ID.
|
메소드 | 설명 | |
---|---|---|
User ( string name = null, string sessionId = null ) |
Initialize a new instance of the All of the parameters are optional and can be set later. |
public GetName ( bool pretty = false ) : string | ||
pretty | bool | |
리턴 | string |
public SetSessionID ( string id ) : void | ||
id | string | The session ID to set. |
리턴 | void |