C# Class fCraft.ChatCommands

Show file Open project: GlennMR/800craft Class Usage Examples

Public Methods

Method Description
Init ( ) : void
Player_IsBack ( object sender, Events e ) : void
VoteHandler ( Player player, Command cmd ) : void

Private Methods

Method Description
AdminChat ( Player player, Command cmd ) : void
Away ( Player player, Command cmd ) : void
BroMode ( Player player, Command command ) : void
ClearHandler ( Player player, Command cmd ) : void
CustomChatHandler ( Player player, Command cmd ) : void
DeafenHandler ( Player player, Command cmd ) : void
High5Handler ( Player player, Command cmd ) : void
IgnoreHandler ( Player player, Command cmd ) : void
MeHandler ( Player player, Command cmd ) : void
PokeHandler ( Player player, Command cmd ) : void
QuitHandler ( Player player, Command cmd ) : void
RageHandler ( Player player, Command cmd ) : void
Review ( Player player, Command cmd ) : void
RollHandler ( Player player, Command cmd ) : void
SayHandler ( Player player, Command cmd ) : void
StaffHandler ( Player player, Command cmd ) : void
TimerHandler ( Player player, Command cmd ) : void
UnignoreHandler ( Player player, Command cmd ) : void

Method Details

Init() public static method

public static Init ( ) : void
return void

Player_IsBack() public static method

public static Player_IsBack ( object sender, Events e ) : void
sender object
e Events
return void

VoteHandler() public static method

public static VoteHandler ( Player player, Command cmd ) : void
player Player
cmd Command
return void