Package io.manebot.event.command
Class CommandRegisteredEvent
- java.lang.Object
-
- io.manebot.event.Event
-
- io.manebot.event.command.CommandEvent
-
- io.manebot.event.command.CommandRegisteredEvent
-
public class CommandRegisteredEvent extends CommandEvent
-
-
Constructor Summary
Constructors Constructor Description CommandRegisteredEvent(java.lang.Object sender, CommandExecutor executor, java.lang.String label)
-
Method Summary
Modifier and Type Method Description java.lang.String
getLabel()
-
Methods inherited from class io.manebot.event.command.CommandEvent
getCommandExecutor
-
-
-
-
Constructor Detail
-
CommandRegisteredEvent
public CommandRegisteredEvent(java.lang.Object sender, CommandExecutor executor, java.lang.String label)
-
-