C# Class ManicDigger.NetworkClientDummy

Inheritance: INetworkClient
Afficher le fichier Open project: GlennMR/800Craft-Client Class Usage Examples

Méthodes publiques

Свойство Type Description
DEFAULTMAP string

Private Properties

Свойство Type Description
playerMessage void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
playerMessage ( string p ) : void

Method Details

Connect() public méthode

public Connect ( string serverAddress, int port, string username, string auth ) : void
serverAddress string
port int
username string
auth string
Résultat void

ConnectedPlayers() public méthode

public ConnectedPlayers ( ) : IEnumerable
Résultat IEnumerable

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoGenerate() public méthode

public DoGenerate ( string mode, bool hollow ) : void
mode string
hollow bool
Résultat void

Process() public méthode

public Process ( ) : void
Résultat void

SendChat() public méthode

public SendChat ( string s ) : void
s string
Résultat void

SendPosition() public méthode

public SendPosition ( Vector3 position, Vector3 orientation ) : void
position Vector3
orientation Vector3
Résultat void

SendSetBlock() public méthode

public SendSetBlock ( Vector3 position, BlockSetMode mode, int type ) : void
position Vector3
mode BlockSetMode
type int
Résultat void

Property Details

DEFAULTMAP public_oe property

public string DEFAULTMAP
Résultat string