public interface CrossbowMeta extends ItemMeta
| Modifier and Type | Method and Description | 
|---|---|
void | 
addChargedProjectile(@NotNull ItemStack item)
Adds a charged projectile to this item. 
 | 
@NotNull List<ItemStack> | 
getChargedProjectiles()
Returns an immutable list of the projectiles charged on this item. 
 | 
boolean | 
hasChargedProjectiles()
Returns whether the item has any charged projectiles. 
 | 
void | 
setChargedProjectiles(@Nullable List<ItemStack> projectiles)
Sets the projectiles charged on this item. 
 | 
addAttributeModifier, addEnchant, addItemFlags, clone, getAttributeModifiers, getAttributeModifiers, getAttributeModifiers, getCustomModelData, getCustomTagContainer, getDisplayName, getEnchantLevel, getEnchants, getItemFlags, getLocalizedName, getLore, hasAttributeModifiers, hasConflictingEnchant, hasCustomModelData, hasDisplayName, hasEnchant, hasEnchants, hasItemFlag, hasLocalizedName, hasLore, isUnbreakable, removeAttributeModifier, removeAttributeModifier, removeAttributeModifier, removeEnchant, removeItemFlags, setAttributeModifiers, setCustomModelData, setDisplayName, setLocalizedName, setLore, setUnbreakable, setVersionserializegetPersistentDataContainerboolean hasChargedProjectiles()
@NotNull @NotNull List<ItemStack> getChargedProjectiles()
void setChargedProjectiles(@Nullable
                           @Nullable List<ItemStack> projectiles)
projectiles - the projectiles to setIllegalArgumentException - if one of the projectiles is not an
 arrow or firework rocketvoid addChargedProjectile(@NotNull
                          @NotNull ItemStack item)
item - projectileIllegalArgumentException - if the projectile is not an arrow or
 firework rocketCopyright © 2021. All rights reserved.