Class VelocityCommand

java.lang.Object
ru.cwcode.commands.velocityplatform.velocity.VelocityCommand
All Implemented Interfaces:
com.velocitypowered.api.command.Command, com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.RawCommand.Invocation>, com.velocitypowered.api.command.RawCommand

public class VelocityCommand extends Object implements com.velocitypowered.api.command.RawCommand
  • Constructor Details

    • VelocityCommand

      public VelocityCommand(ru.cwcode.commands.Command command)
  • Method Details

    • suggest

      public List<String> suggest(com.velocitypowered.api.command.RawCommand.Invocation invocation)
      Specified by:
      suggest in interface com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.RawCommand.Invocation>
    • execute

      public void execute(com.velocitypowered.api.command.RawCommand.Invocation invocation)
      Specified by:
      execute in interface com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.RawCommand.Invocation>
    • getTabCompleter

      public VelocityTabCompleter getTabCompleter()
    • getCommandParser

      public VelocityCommandParser getCommandParser()