| Name | charged_projectiles |
| Object | ItemTag |
| Input | ListTag(ItemTag) |
| Related Tags | <ItemTag.charged_projectiles> Returns a list of charged projectile items on this crossbow.
<ItemTag.is_charged> Returns whether this crossbow is charged.
|
| Description | Sets the charged projectile items on this crossbow. Charged projectiles may only be arrows and fireworks. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemChargedProjectile.java#L106 |