searchEntry

abstract fun searchEntry(config: Any, scope: String, client: Boolean): Function<String, List<Translatable.Result>>

Provides a search function, converting a search string into results

Return

FunctionTranslatable.Result> that converts search strings into a list of found results

Author

fzzyhmstrs

Since

0.6.8

Parameters

config

The parent config object. If this is a child of a child, the config will be its parent's parent (always the main config object)

scope

The scope of this entry

client

Whether the config is client-only or not

See also