C# 클래스 fCraft.StandardCommands

파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

공개 메소드들

메소드 설명
Dummy ( Player player, Command cmd ) : void
Me ( Player player, Command cmd ) : void

비공개 메소드들

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

메소드 상세

Dummy() 공개 메소드

public Dummy ( Player player, Command cmd ) : void
player Player
cmd Command
리턴 void

Me() 공개 메소드

public Me ( Player player, Command cmd ) : void
player Player
cmd Command
리턴 void