C# 클래스 ManicDigger.NetworkClientDummy

상속: INetworkClient
파일 보기 프로젝트 열기: GlennMR/800Craft-Client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DEFAULTMAP string

Private Properties

프로퍼티 타입 설명
playerMessage void

공개 메소드들

메소드 설명
Connect ( string serverAddress, int port, string username, string auth ) : void
ConnectedPlayers ( ) : IEnumerable
Dispose ( ) : void
DoGenerate ( string mode, bool hollow ) : void
Process ( ) : void
SendChat ( string s ) : void
SendPosition ( Vector3 position, Vector3 orientation ) : void
SendSetBlock ( Vector3 position, BlockSetMode mode, int type ) : void

비공개 메소드들

메소드 설명
playerMessage ( string p ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( string serverAddress, int port, string username, string auth ) : void
serverAddress string
port int
username string
auth string
리턴 void

ConnectedPlayers() 공개 메소드

public ConnectedPlayers ( ) : IEnumerable
리턴 IEnumerable

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DoGenerate() 공개 메소드

public DoGenerate ( string mode, bool hollow ) : void
mode string
hollow bool
리턴 void

Process() 공개 메소드

public Process ( ) : void
리턴 void

SendChat() 공개 메소드

public SendChat ( string s ) : void
s string
리턴 void

SendPosition() 공개 메소드

public SendPosition ( Vector3 position, Vector3 orientation ) : void
position Vector3
orientation Vector3
리턴 void

SendSetBlock() 공개 메소드

public SendSetBlock ( Vector3 position, BlockSetMode mode, int type ) : void
position Vector3
mode BlockSetMode
type int
리턴 void

프로퍼티 상세

DEFAULTMAP 공개적으로 프로퍼티

public string DEFAULTMAP
리턴 string