C# Class EssentialsPlugin.ChatHandlers.HandleAdminMovePlayerPosition

Inheritance: ChatHandlerBase
显示文件 Open project: rexxar-tc/EssentialsPlugin

Public Methods

Method Description
AllowedInConsole ( ) : bool
GetCommandText ( ) : string
GetHelp ( ) : string
GetHelpDialog ( ) : Communication.ServerDialogItem
HandleCommand ( ulong userId, string words ) : bool
IsAdminCommand ( ) : bool

Method Details

AllowedInConsole() public method

public AllowedInConsole ( ) : bool
return bool

GetCommandText() public method

public GetCommandText ( ) : string
return string

GetHelp() public method

public GetHelp ( ) : string
return string

GetHelpDialog() public method

public GetHelpDialog ( ) : Communication.ServerDialogItem
return EssentialsPlugin.Utility.Communication.ServerDialogItem

HandleCommand() public method

public HandleCommand ( ulong userId, string words ) : bool
userId ulong
words string
return bool

IsAdminCommand() public method

public IsAdminCommand ( ) : bool
return bool