int getAnimation()
Gets the craftable animation.
Item getWith()
Gets the craftable item used with.
Item getUse()
Gets the craftable used item.
Item[] getIngredients(int index)
Gets the craftable ingredients.
String getProductionMessage()
Gets the craftable production message.
Leather(Item use, Item with, CraftableItem... items)
CraftableItem[] getCraftableItems()
Gets the craftable items.
final CraftableItem[] items
The craftable itemcontainer.