toggle menu
icemmand-api
1.21.1+1.0.0
jvm
switch theme
search in API
icemmand-api
/
xyz.icetang.lib.icemmand
/
AbstractIcemmandSuggestion
Abstract
Icemmand
Suggestion
abstract
class
AbstractIcemmandSuggestion
:
IcemmandSuggestion
Members
Constructors
Abstract
Icemmand
Suggestion
Link copied to clipboard
constructor
(
)
Properties
suggests
Default
Link copied to clipboard
var
suggestsDefault
:
Boolean
Functions
suggest
Link copied to clipboard
abstract
fun
suggest
(
value
:
Int
,
tooltip
:
(
)
->
ComponentLike
?
=
null
)
abstract
fun
suggest
(
text
:
String
,
tooltip
:
(
)
->
ComponentLike
?
=
null
)
abstract
fun
suggest
(
candidates
:
Iterable
<
String
>
,
tooltip
:
(
String
)
->
ComponentLike
?
=
null
)
abstract
fun
<
T
>
suggest
(
candidates
:
Map
<
String
,
T
>
,
tooltip
:
(
T
)
->
ComponentLike
?
=
null
)
abstract
fun
<
T
>
suggest
(
candidates
:
Iterable
<
T
>
,
transform
:
(
T
)
->
String
,
tooltip
:
(
T
)
->
ComponentLike
?
=
null
)
suggest
Default
Link copied to clipboard
open
override
fun
suggestDefault
(
)