@FunctionalInterface public CommandHandler
public CommandHandler()
void run(@NotNull Module module, @NotNull org.bukkit.command.CommandSender sender, @NotNull java.lang.Object[] args)
This function will run if underlying command is executed with args by sender.
args
sender
module
WrapperCommandSyntaxException