Class VelocityPluginQueryCommand

java.lang.Object
septogeddon.pluginquery.velocity.VelocityPluginQueryCommand
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 VelocityPluginQueryCommand 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(com.velocitypowered.api.command.CommandSource sender, String[] args)
     
    void
    execute(com.velocitypowered.api.command.SimpleCommand.Invocation invocation)
     
    static net.kyori.adventure.text.TextComponent
     

    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, suggest, suggestAsync
  • Constructor Details

  • Method Details

    • legacy

      public static net.kyori.adventure.text.TextComponent legacy(String s)
    • execute

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

      public void execute(com.velocitypowered.api.command.CommandSource sender, String[] args)