Correct max title length in BookMeta docs

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2020-01-26 17:56:47 +11:00
parent 0a8b3c8742
commit 600d52304d

View file

@ -54,7 +54,7 @@ public interface BookMeta extends ItemMeta {
/**
* Sets the title of the book.
* <p>
* Limited to 16 characters. Removes title when given null.
* Limited to 32 characters. Removes title when given null.
*
* @param title the title to set
* @return true if the title was successfully set