Package com.djrapitops.plan.commands.use
Class VelocityCommand
- java.lang.Object
-
- com.djrapitops.plan.commands.use.VelocityCommand
-
- All Implemented Interfaces:
com.velocitypowered.api.command.Command
,com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
,com.velocitypowered.api.command.SimpleCommand
public class VelocityCommand extends java.lang.Object implements com.velocitypowered.api.command.SimpleCommand
-
-
Constructor Summary
Constructors Constructor Description VelocityCommand(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, ErrorLogger errorLogger, Subcommand command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
java.util.List<java.lang.String>
suggest(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
-
-
-
Constructor Detail
-
VelocityCommand
public VelocityCommand(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, ErrorLogger errorLogger, Subcommand command)
-
-
Method Detail
-
execute
public void execute(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
- Specified by:
execute
in interfacecom.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
-
suggest
public java.util.List<java.lang.String> suggest(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
- Specified by:
suggest
in interfacecom.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
-
-