C# Class Net.Bertware.Bukkitgui2.AddOn.Console.ConsoleTab

Inheritance: MetroFramework.Controls.MetroUserControl, IAddonTab
Afficher le fichier Open project: Bertware/bukkitgui2 Class Usage Examples

Méthodes publiques

Свойство Type Description
Reference ConsoleTab

Méthodes publiques

Méthode Description
ConsoleTab ( ) : System
WriteOut ( string text ) : void

Write output to the console. Will be prefixed with [GUI]

Private Methods

Méthode Description
ConsoleTab_KeyDown ( object sender, KeyEventArgs e ) : void
ContextPlayersBanIp_Click ( object sender, EventArgs e ) : void
ContextPlayersBan_Click ( object sender, EventArgs e ) : void
ContextPlayersDeOp_Click ( object sender, EventArgs e ) : void
ContextPlayersKick_Click ( object sender, EventArgs e ) : void
ContextPlayersOp_Click ( object sender, EventArgs e ) : void
ContextPlayers_Opening ( object sender, System e ) : void
FindPlayerListViewItem ( Player player ) : ListViewItem
GetKnownCommands ( ) : string[]

Known commands for auto completion

HandleCommandSent ( string text ) : void

Handle a commandsent event from the textbox and redirect it to the server

HandlePlayerAddition ( Player player ) : void

Add a player to the listview

HandlePlayerDeletion ( Player player ) : void

Remove a player from the listview

HandleServerStart ( ) : void

Handle starting server, prepare UI and display text

HandleServerStop ( ) : void

Handle stopped server, clear UI.

PrintOutput ( string text, OutputParseResult outputParseResult ) : void

Print output to the console

player_DetailsLoaded ( object sender, EventArgs e ) : void

Method Details

ConsoleTab() public méthode

public ConsoleTab ( ) : System
Résultat System

WriteOut() public static méthode

Write output to the console. Will be prefixed with [GUI]
public static WriteOut ( string text ) : void
text string
Résultat void

Property Details

Reference public_oe static_oe property

public static ConsoleTab Reference
Résultat ConsoleTab