SPIGOT-7027: Documentation for ItemMeta#getCustomModelData is incorrect

By: Doc <nachito94@msn.com>
This commit is contained in:
Bukkit/Spigot 2022-06-01 19:02:49 +10:00
parent 7eccce6d6f
commit 1c96f9a8e8

View file

@ -119,7 +119,7 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable, Persiste
* Plugins should check that hasCustomModelData() returns <code>true</code>
* before calling this method.
*
* @return the localized name that is set
* @return the custom model data that is set
*/
int getCustomModelData();