Class NotifyCommand
- java.lang.Object
-
- pro.gravit.utils.command.Command
-
- pro.gravit.launcher.client.gui.commands.NotifyCommand
-
public class NotifyCommand extends pro.gravit.utils.command.Command
-
-
Constructor Summary
Constructors Constructor Description NotifyCommand(MessageManager messageManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetArgsDescription()java.lang.StringgetUsageDescription()voidinvoke(java.lang.String... args)
-
-
-
Constructor Detail
-
NotifyCommand
public NotifyCommand(MessageManager messageManager)
-
-
Method Detail
-
getArgsDescription
public java.lang.String getArgsDescription()
- Specified by:
getArgsDescriptionin classpro.gravit.utils.command.Command
-
getUsageDescription
public java.lang.String getUsageDescription()
- Specified by:
getUsageDescriptionin classpro.gravit.utils.command.Command
-
invoke
public void invoke(java.lang.String... args) throws java.lang.Exception- Specified by:
invokein classpro.gravit.utils.command.Command- Throws:
java.lang.Exception
-
-