fix 2 of our javadoc errors
This commit is contained in:
parent
8c0153f78d
commit
9a497c83b8
2 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
+
|
+
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue