프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PromoteConnection | void | ||
ReadConfig | void | ||
ReceiveClientsAsync | void | ||
RemoveConnection | void |
메소드 | 설명 | |
---|---|---|
CheckUserAccountAsync ( |
checks if a user account is valid using plugins and the minecraft.net services
|
|
Dispose ( ) : void |
Close all active connections and free resources synchronously
|
|
GetServerEndPoint ( IProxyConnection proxyConnection ) : |
Get a new server end point for a given proxy connection to.
|
|
GetServerVersion ( IProxyConnection proxyConnection, |
Get the minecraft protocol server of a given minecraft server.
|
|
OnlineModeEnabled ( IProxyConnection proxyConnection ) : bool |
Returns true if the online mode is enabled for a specific user or not.
|
|
ProxyServer ( ) : System |
Creates a new instance of the ProxyServer class.
|
|
Start ( ) : void |
Start listening for new users.
|
|
StopAsync ( ) : System.Threading.Tasks.Task |
Close all active connections and free resources asynchronously
|
메소드 | 설명 | |
---|---|---|
PromoteConnection ( |
||
ReadConfig ( ) : void | ||
ReceiveClientsAsync ( ) : void | ||
RemoveConnection ( |
public CheckUserAccountAsync ( |
||
proxyConnection | The proxy server which should be checked. | |
hash | string | The 'serverId' hash |
리턴 | Task |
public GetServerEndPoint ( IProxyConnection proxyConnection ) : |
||
proxyConnection | IProxyConnection | The proxy connection which need a new server connection. |
리턴 |
public GetServerVersion ( IProxyConnection proxyConnection, |
||
proxyConnection | IProxyConnection | The connection this server relates to. |
serverEndPoint | The current version of the Remote server info. | |
리턴 | void |
public OnlineModeEnabled ( IProxyConnection proxyConnection ) : bool | ||
proxyConnection | IProxyConnection | The proxy connection which should be checked |
리턴 | bool |
public StopAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |