Handles the crafting skill.
static void addCraftable(Craftable craftable)
Item getWith()
Gets the craftable item used with.
int getAnimation()
Gets the craftable animation.
Gem(Item use, Item with, CraftableItem... items)
String getProductionMessage()
Gets the craftable production message.
Item[] getIngredients(int index)
Gets the craftable ingredients.
Item getUse()
Gets the craftable used item.
final CraftableItem[] items
CraftableItem[] getCraftableItems()
Gets the craftable items.
The craftable itemcontainer.