Creator
constructor(scope: String, texts: Translatable.Result, entry: BiFunction<DynamicListWidget, Int, out DynamicListWidget.Entry>)
Parameters
scope
The scope of the entry. Obtained from the CreatorContext during creation
texts
Translatable.Result. Translation result for the entry. Obtained from the CreatorContext during creation
entry
BiFunction<DynamicListWidget, Int, out DynamicListWidget.Entry> the entry builder function. This should create new entries on every call.