toggle menu
icemmand-api
1.20.6+0.0.2
jvm
switch theme
search in API
icemmand-api
/
xyz.icetang.lib.icemmand
/
IcemmandSuggestionImpl
Icemmand
Suggestion
Impl
class
IcemmandSuggestionImpl
(
handle
:
SuggestionsBuilder
)
:
AbstractIcemmandSuggestion
Members
Constructors
Icemmand
Suggestion
Impl
Link copied to clipboard
constructor
(
handle
:
SuggestionsBuilder
)
Properties
suggests
Default
Link copied to clipboard
var
suggestsDefault
:
Boolean
Functions
matches
Sub
Str
Link copied to clipboard
fun
matchesSubStr
(
remaining
:
String
?
,
candidate
:
String
)
:
Boolean
suggest
Link copied to clipboard
open
override
fun
suggest
(
value
:
Int
,
tooltip
:
(
)
->
ComponentLike
?
)
open
override
fun
suggest
(
text
:
String
,
tooltip
:
(
)
->
ComponentLike
?
)
open
override
fun
suggest
(
candidates
:
Iterable
<
String
>
,
tooltip
:
(
String
)
->
ComponentLike
?
)
open
override
fun
<
T
>
suggest
(
candidates
:
Map
<
String
,
T
>
,
tooltip
:
(
T
)
->
ComponentLike
?
)
open
override
fun
<
T
>
suggest
(
candidates
:
Iterable
<
T
>
,
transform
:
(
T
)
->
String
,
tooltip
:
(
T
)
->
ComponentLike
?
)
suggest
Default
Link copied to clipboard
open
override
fun
suggestDefault
(
)