C# Class PartyCraft.Commands.TimeCommand

Inheritance: Command
Exibir arquivo Open project: SirCmpwn/PartyCraft

Public Methods

Method Description
Execute ( Server server, Craft.Net.Server.RemoteClient user, string text ) : void

Protected Methods

Method Description
LoadDefaultPermissions ( ) : void

Private Methods

Method Description
LongToTimeString ( long current ) : string
TimeStringToLong ( string time ) : long

Method Details

Execute() public method

public Execute ( Server server, Craft.Net.Server.RemoteClient user, string text ) : void
server Server
user Craft.Net.Server.RemoteClient
text string
return void

LoadDefaultPermissions() protected method

protected LoadDefaultPermissions ( ) : void
return void