mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-06 18:50:51 +01:00
Correct max title length in BookMeta docs
By: md_5 <git@md-5.net>
This commit is contained in:
parent
0a8b3c8742
commit
600d52304d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public interface BookMeta extends ItemMeta {
|
||||||
/**
|
/**
|
||||||
* Sets the title of the book.
|
* Sets the title of the book.
|
||||||
* <p>
|
* <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
|
* @param title the title to set
|
||||||
* @return true if the title was successfully set
|
* @return true if the title was successfully set
|
||||||
|
|
Loading…
Reference in a new issue