add Entry After
fun addEntryAfter(entry: BiFunction<DynamicListWidget, Int, out DynamicListWidget.Entry>, after: DynamicListWidget.Entry)
Adds an entry after the specified existing entry in the entries list.
Author
fzzyhmstrs
Since
0.6.5
Parameters
entry
BiFunction
after
Entry the entry to insert the new entry after