public interface CrossbowMeta extends ItemMeta
ItemMeta.Spigot| Modifier and Type | Method and Description |
|---|---|
void |
addChargedProjectile(ItemStack item)
Adds a charged projectile to this item.
|
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(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, setVersion, spigotserializegetPersistentDataContainerboolean hasChargedProjectiles()
@NotNull List<ItemStack> getChargedProjectiles()
void setChargedProjectiles(@Nullable
List<ItemStack> projectiles)
projectiles - the projectiles to setIllegalArgumentException - if one of the projectiles is not an
arrow or firework rocketvoid addChargedProjectile(@NotNull
ItemStack item)
item - projectileIllegalArgumentException - if the projectile is not an arrow or
firework rocketCopyright © 2022. All rights reserved.