projectiles

@Contract(value = "_ -> this", mutates = "this")
abstract fun projectiles(projectiles: Collection<ItemStack>): CrossbowMeta.Builder
@Contract(value = "_ -> this", mutates = "this")
open fun projectiles(vararg projectiles: ItemStack): CrossbowMeta.Builder

Sets the list of charged projectiles for the crossbow to the given projectiles.

Return

this builder

Parameters

projectiles

the projectiles