Fix Javadoc reference

This commit is contained in:
md_5 2024-05-05 10:18:53 +10:00
parent 42f6cdf4c5
commit 702d15fea4
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

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