C# Class EssentialsPlugin.ChatHandlers.HandleMotd

Inheritance: ChatHandlerBase
Afficher le fichier Open project: rexxar-tc/EssentialsPlugin

Méthodes publiques

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

Method Details

AllowedInConsole() public méthode

public AllowedInConsole ( ) : bool
Résultat bool

GetCommandText() public méthode

public GetCommandText ( ) : string
Résultat string

GetHelp() public méthode

public GetHelp ( ) : string
Résultat string

GetHelpDialog() public méthode

public GetHelpDialog ( ) : Communication.ServerDialogItem
Résultat EssentialsPlugin.Utility.Communication.ServerDialogItem

HandleCommand() public méthode

public HandleCommand ( ulong userId, string words ) : bool
userId ulong
words string
Résultat bool

IsAdminCommand() public méthode

public IsAdminCommand ( ) : bool
Résultat bool