mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Fix wrong Java docs
This commit is contained in:
parent
18f88def8b
commit
cc1b99b508
2 changed files with 2 additions and 2 deletions
|
@ -3053,7 +3053,7 @@ public interface BlockType<B extends BlockData> extends Keyed, Translatable {
|
||||||
/**
|
/**
|
||||||
* Returns true if this BlockType has a corresponding {@link ItemType}.
|
* Returns true if this BlockType has a corresponding {@link ItemType}.
|
||||||
*
|
*
|
||||||
* @return true if there is an ItemType with the same key, otherwise false
|
* @return true if there is a corresponding ItemType, otherwise false
|
||||||
* @see #getItemType()
|
* @see #getItemType()
|
||||||
*/
|
*/
|
||||||
boolean hasItemType();
|
boolean hasItemType();
|
||||||
|
|
|
@ -1282,7 +1282,7 @@ public interface ItemType extends Keyed, Translatable {
|
||||||
/**
|
/**
|
||||||
* Returns true if this ItemType has a corresponding {@link BlockType}.
|
* Returns true if this ItemType has a corresponding {@link BlockType}.
|
||||||
*
|
*
|
||||||
* @return true if there is a BlockType with the same key, otherwise false
|
* @return true if there is a corresponding BlockType, otherwise false
|
||||||
* @see #getBlockType()
|
* @see #getBlockType()
|
||||||
*/
|
*/
|
||||||
boolean hasBlockType();
|
boolean hasBlockType();
|
||||||
|
|
Loading…
Add table
Reference in a new issue