Interface TabCommandExecutor

All Superinterfaces:
CommandExecutor

@Deprecated public interface TabCommandExecutor extends CommandExecutor
Deprecated.
Remains for plugins that would have implemented it even without functionality
Represents a class which can handle command tab completion and commands
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     

    Methods inherited from interface org.bukkit.command.CommandExecutor

    onCommand
  • Method Details

    • onTabComplete

      List<String> onTabComplete()
      Deprecated.