C# Class PartyCraft.ConsoleClient

Inheritance: Craft.Net.Server.RemoteClient
Exibir arquivo Open project: SirCmpwn/PartyCraft Class Usage Examples

Public Methods

Method 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

Method Description
ConsoleClient ( ) : System

Method Details

ConsoleClient() public method

public ConsoleClient ( Craft.Net.Server.MinecraftServer server ) : System
server Craft.Net.Server.MinecraftServer
return System

SendChat() public method

public SendChat ( string message ) : void
message string
return void

WriteLine() public static method

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