Fix Javadoc reference

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2024-05-05 10:18:53 +10:00
parent fc9e5af885
commit b7f877a67d

View file

@ -3448,7 +3448,7 @@ public interface BlockType extends Keyed, Translatable {
*
* @return the corresponding ItemType
* @see #hasItemType()
* @see BlockData#getPlacementType()
* @see BlockData#getPlacementMaterial()
*/
@NotNull
ItemType getItemType();