| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TabCompleter | |
|---|---|
| org.bukkit.command | Classes relating to handling specialized non-chat player input. | 
| org.bukkit.plugin | Classes specifically relating to loading software modules at runtime. | 
| org.bukkit.plugin.java | Classes for handling pluginswritten in
 java. | 
| Uses of TabCompleter in org.bukkit.command | 
|---|
| Subinterfaces of TabCompleter in org.bukkit.command | |
|---|---|
|  interface | TabExecutorThis class is provided as a convenience to implement both TabCompleter and CommandExecutor. | 
| Methods in org.bukkit.command that return TabCompleter | |
|---|---|
|  TabCompleter | PluginCommand.getTabCompleter()Gets the TabCompleterassociated with this command. | 
| Methods in org.bukkit.command with parameters of type TabCompleter | |
|---|---|
|  void | PluginCommand.setTabCompleter(TabCompleter completer)Sets the TabCompleterto run when tab-completing this command. | 
| Uses of TabCompleter in org.bukkit.plugin | 
|---|
| Subinterfaces of TabCompleter in org.bukkit.plugin | |
|---|---|
|  interface | PluginRepresents a Plugin The use of PluginBaseis recommended for actual Implementation | 
| Classes in org.bukkit.plugin that implement TabCompleter | |
|---|---|
|  class | PluginBaseRepresents a base PluginExtend this class if your plugin is not aJavaPlugin | 
| Uses of TabCompleter in org.bukkit.plugin.java | 
|---|
| Classes in org.bukkit.plugin.java that implement TabCompleter | |
|---|---|
|  class | JavaPluginRepresents a Java plugin | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||