C# Class PartyCraft.Commands.ReplCommand.MinecraftReportPrinter

Inheritance: Mono.CSharp.ReportPrinter
Exibir arquivo Open project: SirCmpwn/PartyCraft

Public Methods

Method Description
MinecraftReportPrinter ( Craft.Net.Server.RemoteClient client ) : System
Print ( AbstractMessage msg, bool showFullPath ) : void

Method Details

MinecraftReportPrinter() public method

public MinecraftReportPrinter ( Craft.Net.Server.RemoteClient client ) : System
client Craft.Net.Server.RemoteClient
return System

Print() public method

public Print ( AbstractMessage msg, bool showFullPath ) : void
msg Mono.CSharp.AbstractMessage
showFullPath bool
return void