mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Fix Javadoc reference
By: md_5 <git@md-5.net>
This commit is contained in:
parent
fc9e5af885
commit
b7f877a67d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue