C# Class fCraft.StandardCommands

Show file Open project: fragmer/fCraft Class Usage Examples

Public Methods

Method Description
Dummy ( Player player, Command cmd ) : void
Me ( Player player, Command cmd ) : void

Private Methods

Method Description
Ban ( Player player, Command cmd ) : void
BanAll ( Player player, Command cmd ) : void
BanIP ( Player player, Command cmd ) : void
Bring ( Player player, Command cmd ) : void
ChangeClass ( Player player, Command cmd ) : void
DoBan ( Player player, Command cmd, bool banIP, bool banAll, bool unban ) : void
DoIPBan ( Player player, IPAddress address, string reason, string playerName, bool banAll, bool unban ) : void
DummyTrail ( Player player, Command cmd ) : void
Freeze ( Player player, Command cmd ) : void
Hide ( Player player, Command cmd ) : void
Kick ( Player player, Command cmd ) : void
Nick ( Player player, Command cmd ) : void
Roll ( Player player, Command cmd ) : void
Say ( Player player, Command cmd ) : void
SetSpawn ( Player player, Command cmd ) : void
StandardCommands ( World _world, Commands commands ) : System
TP ( Player player, Command cmd ) : void
Unban ( Player player, Command cmd ) : void
UnbanAll ( Player player, Command cmd ) : void
UnbanIP ( Player player, Command cmd ) : void
Unfreeze ( Player player, Command cmd ) : void
Unhide ( Player player, Command cmd ) : void

Method Details

Dummy() public method

public Dummy ( Player player, Command cmd ) : void
player Player
cmd Command
return void

Me() public method

public Me ( Player player, Command cmd ) : void
player Player
cmd Command
return void