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 SummaryConstructors Constructor Description CommandRegisteredEvent(java.lang.Object sender, CommandExecutor executor, java.lang.String label)
 - 
Method SummaryModifier and Type Method Description java.lang.StringgetLabel()- 
Methods inherited from class io.manebot.event.command.CommandEventgetCommandExecutor
 
- 
 
- 
- 
- 
Constructor Detail- 
CommandRegisteredEventpublic CommandRegisteredEvent(java.lang.Object sender, CommandExecutor executor, java.lang.String label)
 
- 
 
-