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