Class GeyserVelocityCommandExecutor

java.lang.Object
org.geysermc.geyser.command.CommandExecutor
org.geysermc.geyser.platform.velocity.command.GeyserVelocityCommandExecutor
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 GeyserVelocityCommandExecutor extends CommandExecutor implements com.velocitypowered.api.command.SimpleCommand
  • Constructor Details

    • GeyserVelocityCommandExecutor

      public GeyserVelocityCommandExecutor(GeyserImpl geyser)
  • Method Details

    • 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>
    • suggest

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