Package io.manebot.event.command
Class CommandUnregisteredEvent
- java.lang.Object
-
- io.manebot.event.Event
-
- io.manebot.event.command.CommandEvent
-
- io.manebot.event.command.CommandUnregisteredEvent
-
public class CommandUnregisteredEvent extends CommandEvent
-
-
Constructor Summary
Constructors Constructor Description CommandUnregisteredEvent(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
-
CommandUnregisteredEvent
public CommandUnregisteredEvent(java.lang.Object sender, CommandExecutor executor, java.lang.String label)
-
-