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

This commit is contained in:
md_5 2019-05-12 11:22:14 +10:00
parent 39ce53e961
commit d1ecf79c7c

View file

@ -37,7 +37,8 @@ public interface CrossbowMeta extends ItemMeta {
* Adds a charged projectile to this item.
*
* @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);
}