SPIGOT-4911: Cannot add firework rocket as charged projectile in crossbow

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2019-05-12 11:22:14 +10:00
parent 8678c2acfd
commit a5758fa771

View file

@ -37,7 +37,8 @@ public interface CrossbowMeta extends ItemMeta {
* Adds a charged projectile to this item. * Adds a charged projectile to this item.
* *
* @param item projectile * @param item projectile
* @throws IllegalArgumentException if the projectile is not an arrow * @throws IllegalArgumentException if the projectile is not an arrow or
* firework rocket
*/ */
void addChargedProjectile(@NotNull ItemStack item); void addChargedProjectile(@NotNull ItemStack item);
} }