Cloneable
, ConfigurationSerializable
, ItemMeta
, PersistentDataHolder
public interface CrossbowMeta extends ItemMeta
Modifier and Type | Method | 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.
|
serialize
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
getPersistentDataContainer
boolean 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 © 2019. All rights reserved.