Uses of Interface
org.bukkit.command.TabCompleter
Packages that use TabCompleter
Package
Description
Classes relating to handling specialized non-chat player input.
Classes specifically relating to loading software modules at runtime.
Classes for handling 
plugins written in
 java.- 
Uses of TabCompleter in org.bukkit.commandSubinterfaces of TabCompleter in org.bukkit.commandModifier and TypeInterfaceDescriptioninterfaceThis class is provided as a convenience to implement both TabCompleter and CommandExecutor.Methods in org.bukkit.command that return TabCompleterModifier and TypeMethodDescriptionPluginCommand.getTabCompleter()Gets theTabCompleterassociated with this command.Methods in org.bukkit.command with parameters of type TabCompleterModifier and TypeMethodDescriptionvoidPluginCommand.setTabCompleter(@Nullable TabCompleter completer) Sets theTabCompleterto run when tab-completing this command.
- 
Uses of TabCompleter in org.bukkit.pluginSubinterfaces of TabCompleter in org.bukkit.pluginClasses in org.bukkit.plugin that implement TabCompleter
- 
Uses of TabCompleter in org.bukkit.plugin.javaClasses in org.bukkit.plugin.java that implement TabCompleter