1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-27 22:29:21 +02:00

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);