withAuthor

@Contract(value = "_ -> new", pure = true)
abstract fun withAuthor(author: Component): WrittenBookMeta

Creates new item metadata with the given author.

Return

new item metadata

Parameters

author

the new author