Package org.bukkit.command
Interface TabCommandExecutor
- All Superinterfaces:
CommandExecutor
@Deprecated public interface TabCommandExecutor extends CommandExecutor
Deprecated.
Remains for plugins that would have implemented it even without
functionality
Represents a class which can handle command tab completion and commands
- See Also:
TabExecutor
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>
onTabComplete()
Deprecated.
-
Method Details
-
onTabComplete
java.util.List<java.lang.String> onTabComplete()Deprecated.
-