mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +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>
|
||||
* before calling this method.
|
||||
*
|
||||
* @return the localized name that is set
|
||||
* @return the custom model data that is set
|
||||
*/
|
||||
int getCustomModelData();
|
||||
|
||||
|
|
Loading…
Reference in a new issue