mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-21 14:39:01 +01:00
SPIGOT-7027: Documentation for ItemMeta#getCustomModelData is incorrect
By: Doc <nachito94@msn.com>
This commit is contained in:
parent
7eccce6d6f
commit
1c96f9a8e8
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
|
||||||
* Plugins should check that hasCustomModelData() returns <code>true</code>
|
* Plugins should check that hasCustomModelData() returns <code>true</code>
|
||||||
* before calling this method.
|
* before calling this method.
|
||||||
*
|
*
|
||||||
* @return the localized name that is set
|
* @return the custom model data that is set
|
||||||
*/
|
*/
|
||||||
int getCustomModelData();
|
int getCustomModelData();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue