C# Class fCraft.InfoCommands

Contains commands that don't do anything besides displaying some information or text. Includes several chat commands.
Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
GetCompassString ( byte rotation ) : string
PrintPlayerInfo ( [ player, [ info ) : void

Private Methods

Method Description
BanInfoHandler ( Player player, Command cmd ) : void
ColorsHandler ( Player player, Command cmd ) : void
CommandsHandler ( Player player, Command cmd ) : void
GetReqSectionList ( ) : IEnumerable
GetRuleSectionList ( ) : IEnumerable
HelpHandler ( Player player, Command cmd ) : void
InfoHandler ( Player player, Command cmd ) : void
Init ( ) : void
ListHandler ( Player player, Command cmd ) : void
MeasureCallback ( Player player, Vector3I marks, object tag ) : void
MeasureHandler ( Player player, Command cmd ) : void
MessageManyMatches ( Player player, IEnumerable names ) : void
PlayersHandler ( Player player, Command cmd ) : void
PrintReqFile ( Player player, FileSystemInfo reqFile ) : void
PrintRuleFile ( Player player, FileSystemInfo ruleFile ) : void
RankInfoHandler ( Player player, Command cmd ) : void
RanksHandler ( Player player, Command cmd ) : void
ReqsHandler ( Player player, Command cmd ) : void
RulesHandler ( Player player, Command cmd ) : void
ServerInfoHandler ( Player player, Command cmd ) : void
WhereHandler ( Player player, Command cmd ) : void
WhoIsHandler ( Player player, Command cmd ) : void

Method Details

GetCompassString() public static method

public static GetCompassString ( byte rotation ) : string
rotation byte
return string

PrintPlayerInfo() public static method

public static PrintPlayerInfo ( [ player, [ info ) : void
player [
info [
return void