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 Object
implements com.velocitypowered.api.command.SimpleCommand
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.velocitypowered.api.command.SimpleCommand
com.velocitypowered.api.command.SimpleCommand.Invocation
-
Constructor Summary
ConstructorDescriptionVelocityCommand(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, ErrorLogger errorLogger, Subcommand command)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.velocitypowered.api.command.InvocableCommand
hasPermission, suggestAsync
-
Constructor Details
-
VelocityCommand
public VelocityCommand(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory, ErrorLogger errorLogger, Subcommand command)
-
-
Method Details
-
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
- Specified by:
suggest
in interfacecom.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
-