fix 2 of our javadoc errors

This commit is contained in:
Jake Potrebic 2024-04-23 16:30:24 -07:00
parent 8c0153f78d
commit 9a497c83b8
2 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ +
+ /** + /**
+ * When TNT prime was caused by an {@link Entity} shooting TNT + * When TNT prime was caused by an {@link Entity} shooting TNT
+ * using a bow with {@link Enchantment#ARROW_FIRE} enchantment + * using a bow with {@link Enchantment#FLAME} enchantment
+ */ + */
+ PROJECTILE, + PROJECTILE,
+ +

View File

@ -27,7 +27,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ public void resetTimer(); + public void resetTimer();
+ +
+ /** + /**
+ * Sets the {@link EntityType} to {@link EntityType#DROPPED_ITEM} and sets the data to the given + * Sets the {@link EntityType} to {@link EntityType#ITEM} and sets the data to the given
+ * {@link org.bukkit.inventory.ItemStack ItemStack}. + * {@link org.bukkit.inventory.ItemStack ItemStack}.
+ * <p> + * <p>
+ * {@link #setSpawnCount(int)} does not dictate the amount of items in the stack spawned, but rather how many + * {@link #setSpawnCount(int)} does not dictate the amount of items in the stack spawned, but rather how many