autocompletedFrom

inline fun autocompletedFrom(ignoreCase: Boolean = true, minecraftPlaceholders: Boolean = false, crossinline placeholdersProvider: () -> Iterable<String>?): ParameterBuilder<T>

Filter from given strings provided by placeholdersProvider.

If minecraftPlaceholders is true, the prefix minecraft: will be ignored, meaning that typing the beginning like diam (without the prefix minecraft:) will be enough to match strings such as minecraft:diamond, minecraft:diamond_axe, etc.