Fix missed documentation change

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-05-12 17:30:02 +10:00
parent a5758fa771
commit 4e2df52748

View file

@ -29,7 +29,7 @@ public interface CrossbowMeta extends ItemMeta {
*
* @param projectiles
* @throws IllegalArgumentException if one of the projectiles is not an
* arrow
* arrow or firework rocket
*/
void setChargedProjectiles(@Nullable List<ItemStack> projectiles);