org.bukkit.command
Interface TabCommandExecutor

All Superinterfaces:
CommandExecutor

Deprecated. Remains for plugins that would have implemented it even without functionality

@Deprecated
public interface TabCommandExecutor
extends CommandExecutor

Represents a class which can handle command tab completion and commands

See Also:
TabExecutor

Method Summary
 List<String> onTabComplete()
          Deprecated.  
 
Methods inherited from interface org.bukkit.command.CommandExecutor
onCommand
 

Method Detail

onTabComplete

List<String> onTabComplete()
Deprecated. 


Copyright © 2014. All rights reserved.