C# Class TinkerAnnihilation.Printer

Mostrar archivo Open project: JumpAttacker/EnsageSharp Class Usage Examples

Public Methods

Method Description
ConsolePrint ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
PrintError ( string text ) : void
PrintInfo ( string text ) : void
PrintSuccess ( string text ) : void

Private Methods

Method Description
PrintEncolored ( string text, ConsoleColor color ) : void

Method Details

ConsolePrint() public static method

public static ConsolePrint ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
str string
print bool
type MessageType
return void

Print() public static method

public static Print ( string str, bool print = false, MessageType type = MessageType.ChatMessage ) : void
str string
print bool
type MessageType
return void

PrintError() public static method

public static PrintError ( string text ) : void
text string
return void

PrintInfo() public static method

public static PrintInfo ( string text ) : void
text string
return void

PrintSuccess() public static method

public static PrintSuccess ( string text ) : void
text string
return void