Interface OnTabComplete
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The functional interface when
TabCompleter
is called for a ApiCommand
-
Method Summary
Modifier and TypeMethodDescriptiononTabComplete(PlayerTabComplete tabComplete)
The method thatApiCommand
calls when using the tab completor
-
Method Details
-
onTabComplete
The method thatApiCommand
calls when using the tab completor- Parameters:
tabComplete
- APlayerTabComplete
- Returns:
- A
List
ofString
's to be provided for tab completion
-