LiquidBounce
Toggle table of contents
0.37.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.config.utils
/
AutoCompletionProvider
Auto
Completion
Provider
fun
interface
AutoCompletionProvider
Inheritors
Default
Members
Types
Default
Link copied to clipboard
object
Default
:
AutoCompletionProvider
Functions
possible
Link copied to clipboard
abstract
fun
possible
(
value
:
Value
<
*
>
)
:
Iterable
<
String
>
Gives an array with all possible completions for the
value
.