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.command
Subinterfaces of TabCompleter in org.bukkit.commandModifier and TypeInterfaceDescriptioninterface
This class is provided as a convenience to implement both TabCompleter and CommandExecutor.Methods in org.bukkit.command that return TabCompleterModifier and TypeMethodDescriptionPluginCommand.getTabCompleter()
Gets theTabCompleter
associated with this command.Methods in org.bukkit.command with parameters of type TabCompleterModifier and TypeMethodDescriptionvoid
PluginCommand.setTabCompleter
(@Nullable TabCompleter completer) Sets theTabCompleter
to run when tab-completing this command. -
Uses of TabCompleter in org.bukkit.plugin
Subinterfaces of TabCompleter in org.bukkit.pluginClasses in org.bukkit.plugin that implement TabCompleter -
Uses of TabCompleter in org.bukkit.plugin.java
Classes in org.bukkit.plugin.java that implement TabCompleter