C# 클래스 fCraft.InfoCommands

Contains commands that don't do anything besides displaying some information or text. Includes several chat commands.
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

공개 메소드들

메소드 설명
GetCompassString ( byte rotation ) : string
PrintPlayerInfo ( [ player, [ info ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

GetCompassString() 공개 정적인 메소드

public static GetCompassString ( byte rotation ) : string
rotation byte
리턴 string

PrintPlayerInfo() 공개 정적인 메소드

public static PrintPlayerInfo ( [ player, [ info ) : void
player [
info [
리턴 void