IcemmandSuggestion

Functions

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)
Link copied to clipboard
abstract fun suggestDefault()