C# Class PartyCraft.ConsoleClient

Inheritance: Craft.Net.Server.RemoteClient
Afficher le fichier Open project: SirCmpwn/PartyCraft Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleClient ( Craft.Net.Server.MinecraftServer server ) : System
SendChat ( string message ) : void
WriteLine ( string text ) : void

Writes text to the console after changing chat colors to console colors.

Private Methods

Méthode Description
ConsoleClient ( ) : System

Method Details

ConsoleClient() public méthode

public ConsoleClient ( Craft.Net.Server.MinecraftServer server ) : System
server Craft.Net.Server.MinecraftServer
Résultat System

SendChat() public méthode

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

WriteLine() public static méthode

Writes text to the console after changing chat colors to console colors.
public static WriteLine ( string text ) : void
text string
Résultat void