Package noppes.npcs.api.item
Interface IItemLinked
-
- All Superinterfaces:
IItemCustomizable
,IItemStack
public interface IItemLinked extends IItemCustomizable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILinkedItem
getLinkedItem()
-
Methods inherited from interface noppes.npcs.api.item.IItemCustomizable
getArmorType, getColor, getDigSpeed, getDurabilityColor, getDurabilityShow, getDurabilityValue, getEnchantability, getItemUseAction, getMaxItemUseDuration, getMaxStackSize, getRotationX, getRotationXRate, getRotationY, getRotationYRate, getRotationZ, getRotationZRate, getScaleX, getScaleY, getScaleZ, getScriptHandler, getTexture, getTranslateX, getTranslateY, getTranslateZ, isNormalItem, isTool, setColor, setDurabilityColor, setDurabilityShow, setRotation, setRotationRate, setScale, setTexture, setTranslate
-
Methods inherited from interface noppes.npcs.api.item.IItemStack
addEnchant, compare, compare, copy, getAttribute, getBookAuthor, getBookText, getBookTitle, getCustomAttribute, getCustomAttributeKeys, getDisplayName, getItemDamage, getItemName, getItemNbt, getLore, getMagicAttribute, getMagicAttributeKeys, getMaxItemDamage, getMCItemStack, getMCNbt, getName, getNbt, getRequirement, getRequirementKeys, getStackSize, getTag, hasAttribute, hasCustomAttribute, hasCustomName, hasEnchant, hasLore, hasMagicAttribute, hasRequirement, hasTag, isBlock, isEnchanted, isWrittenBook, itemHash, removeCustomAttribute, removeMagicAttribute, removeRequirement, removeTags, setAttribute, setCustomAttribute, setCustomName, setItemDamage, setLore, setMagicAttribute, setMCNbt, setRequirement, setStackSize, setTag
-
-
-
-
Method Detail
-
getLinkedItem
ILinkedItem getLinkedItem()
-
-