public class VelocityCommand
extends java.lang.Object
implements com.velocitypowered.api.command.Command
Constructor and Description |
---|
VelocityCommand(com.djrapitops.plugin.task.RunnableFactory runnableFactory,
ErrorLogger errorLogger,
Subcommand command) |
Modifier and Type | Method and Description |
---|---|
void |
execute(com.velocitypowered.api.command.CommandSource source,
java.lang.String[] args) |
java.util.List<java.lang.String> |
suggest(com.velocitypowered.api.command.CommandSource source,
java.lang.String[] currentArgs) |
public VelocityCommand(com.djrapitops.plugin.task.RunnableFactory runnableFactory, ErrorLogger errorLogger, Subcommand command)
public void execute(com.velocitypowered.api.command.CommandSource source, java.lang.String[] args)
execute
in interface com.velocitypowered.api.command.Command
public java.util.List<java.lang.String> suggest(com.velocitypowered.api.command.CommandSource source, java.lang.String[] currentArgs)
suggest
in interface com.velocitypowered.api.command.Command