Class GeyserSpigotCommandExecutor

java.lang.Object
org.geysermc.geyser.command.GeyserCommandExecutor
org.geysermc.geyser.platform.spigot.command.GeyserSpigotCommandExecutor
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter, org.bukkit.command.TabExecutor

public class GeyserSpigotCommandExecutor extends org.geysermc.geyser.command.GeyserCommandExecutor implements org.bukkit.command.TabExecutor
  • Field Summary

    Fields inherited from class org.geysermc.geyser.command.GeyserCommandExecutor

    geyser
  • Constructor Summary

    Constructors
    Constructor
    Description
    GeyserSpigotCommandExecutor(org.geysermc.geyser.GeyserImpl geyser, Map<String,org.geysermc.geyser.api.command.Command> commands)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onCommand(@NonNull org.bukkit.command.CommandSender sender, @NonNull org.bukkit.command.Command command, @NonNull String label, String[] args)
     
    onTabComplete(@NonNull org.bukkit.command.CommandSender sender, @NonNull org.bukkit.command.Command command, @NonNull String label, String[] args)
     

    Methods inherited from class org.geysermc.geyser.command.GeyserCommandExecutor

    getCommand, getGeyserSession, tabComplete

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GeyserSpigotCommandExecutor

      public GeyserSpigotCommandExecutor(org.geysermc.geyser.GeyserImpl geyser, Map<String,org.geysermc.geyser.api.command.Command> commands)
  • Method Details

    • onCommand

      public boolean onCommand(@NonNull org.bukkit.command.CommandSender sender, @NonNull org.bukkit.command.Command command, @NonNull String label, String[] args)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor
    • onTabComplete

      public List<String> onTabComplete(@NonNull org.bukkit.command.CommandSender sender, @NonNull org.bukkit.command.Command command, @NonNull String label, String[] args)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter