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 thatApiCommandcalls when using the tab completor
-
Method Details
-
onTabComplete
The method thatApiCommandcalls when using the tab completor- Parameters:
tabComplete- APlayerTabComplete- Returns:
- A
ListofString's to be provided for tab completion
-