C# 클래스 PartyCraft.ConsoleClient

상속: Craft.Net.Server.RemoteClient
파일 보기 프로젝트 열기: SirCmpwn/PartyCraft 1 사용 예제들

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ConsoleClient ( ) : System

메소드 상세

ConsoleClient() 공개 메소드

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

SendChat() 공개 메소드

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

WriteLine() 공개 정적인 메소드

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