extractWrittenBookAuthor

fun extractWrittenBookAuthor(stack: ItemStack): String?(source)

Extracts only the author from a written book.

Return

The book's author, or null if not a written book

Parameters

stack

The ItemStack to extract from