| Package | Description | 
|---|---|
| com.chrismin13.additionsapi.files | |
| com.chrismin13.additionsapi.items | 
| Modifier and Type | Method and Description | 
|---|---|
StorageCustomItem | 
DataFile.getCustomItem(org.bukkit.Material material,
             short durability)
Obtains a  
StorageCustomItem with the specified values. | 
StorageCustomItem | 
DataFile.getCustomItem(java.lang.String idName,
             java.lang.String texture)
Obtains a  
StorageCustomItem with the specified values. | 
| Modifier and Type | Method and Description | 
|---|---|
DataFile | 
DataFile.addStorageCustomItem(StorageCustomItem sItem)
Add a new  
StorageCustomItem to be saved in the data.yml file. | 
| Modifier and Type | Method and Description | 
|---|---|
StorageCustomItem | 
StorageCustomItem.setDurability(short durability)
Set the  
StorageCustomItem's Durability Value. | 
StorageCustomItem | 
StorageCustomItem.setIdName(java.lang.String idName)
Set the result  
CustomItem's ID Name. | 
StorageCustomItem | 
StorageCustomItem.setMaterial(org.bukkit.Material material)
Set the  
Material of the StorageCustomItem. | 
StorageCustomItem | 
StorageCustomItem.setTexture(java.lang.String texture)
Set the name of the texture that is a ssigned to this
  
StorageCustomItem's durability point. | 
| Constructor and Description | 
|---|
StorageCustomItem(StorageCustomItem sItem)
Create a new  
StorageCustomItem from another
 StorageCustomItem. |