| Package | Description | 
|---|---|
| com.chrismin13.additionsapi.items | |
| com.chrismin13.additionsapi.items.textured | 
| Modifier and Type | Method and Description | 
|---|---|
CustomTool | 
CustomTool.addAttackDamage(double attackDamage)
This does not work like
  
CustomItem#addAttribute(com.comphenix.attribute.Attributes.AttributeType, Double, org.bukkit.inventory.EquipmentSlot, com.comphenix.attribute.Attributes.Operation). | 
CustomTool | 
CustomTool.addAttackSpeed(double attackSpeed)
This does not work like
  
CustomItem#addAttribute(com.comphenix.attribute.Attributes.AttributeType, Double, org.bukkit.inventory.EquipmentSlot, com.comphenix.attribute.Attributes.Operation). | 
CustomTool | 
CustomTool.setToolLikeAttributes(java.lang.Boolean lore)
The Tool Like Attributes will add a lore that displays Attack Speed and
 Attack Damage the same way that they are displayed in Items in Vanilla. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomTexturedTool
A  
CustomTool that contains at least one Texture since it implements
 ModelInjector. |