|
RuneHive-Game
|
The craftable itemcontainer. More...
Public Member Functions | |
| int | getAnimation () |
| Gets the craftable animation. | |
| CraftableItem[] | getCraftableItems () |
| Gets the craftable items. | |
| Item[] | getIngredients (int index) |
| Gets the craftable ingredients. | |
| String | getName () |
| Gets the craftable name. | |
| String | getProductionMessage () |
| Gets the craftable production message. | |
| Item | getUse () |
| Gets the craftable used item. | |
| Item | getWith () |
| Gets the craftable item used with. | |
The craftable itemcontainer.
Definition at line 10 of file Craftable.java.
| int com.runehive.content.skill.impl.crafting.Craftable.getAnimation | ( | ) |
Gets the craftable animation.
Implemented in com.runehive.content.skill.impl.crafting.impl.Gem, com.runehive.content.skill.impl.crafting.impl.Hide, and com.runehive.content.skill.impl.crafting.impl.Leather.
Referenced by com.runehive.content.skill.impl.crafting.Crafting.craft().
| CraftableItem[] com.runehive.content.skill.impl.crafting.Craftable.getCraftableItems | ( | ) |
Gets the craftable items.
Implemented in com.runehive.content.skill.impl.crafting.impl.Gem, com.runehive.content.skill.impl.crafting.impl.Hide, and com.runehive.content.skill.impl.crafting.impl.Leather.
Referenced by com.runehive.content.skill.impl.crafting.Crafting.start(), and com.runehive.content.skill.impl.crafting.Crafting.useItem().
| Item[] com.runehive.content.skill.impl.crafting.Craftable.getIngredients | ( | int | index | ) |
Gets the craftable ingredients.
| index | The ingredient index. |
Implemented in com.runehive.content.skill.impl.crafting.impl.Gem, com.runehive.content.skill.impl.crafting.impl.Hide, and com.runehive.content.skill.impl.crafting.impl.Leather.
Referenced by com.runehive.content.skill.impl.crafting.Crafting.craft(), and com.runehive.content.skill.impl.crafting.Crafting.start().
| String com.runehive.content.skill.impl.crafting.Craftable.getName | ( | ) |
Gets the craftable name.
Implemented in com.runehive.content.skill.impl.crafting.impl.Gem, com.runehive.content.skill.impl.crafting.impl.Hide, and com.runehive.content.skill.impl.crafting.impl.Leather.
Referenced by com.runehive.content.skill.impl.crafting.Crafting.addCraftable().
| String com.runehive.content.skill.impl.crafting.Craftable.getProductionMessage | ( | ) |
Gets the craftable production message.
Implemented in com.runehive.content.skill.impl.crafting.impl.Gem, com.runehive.content.skill.impl.crafting.impl.Hide, and com.runehive.content.skill.impl.crafting.impl.Leather.
Referenced by com.runehive.content.skill.impl.crafting.Crafting.craft().
| Item com.runehive.content.skill.impl.crafting.Craftable.getUse | ( | ) |
Gets the craftable used item.
Implemented in com.runehive.content.skill.impl.crafting.impl.Gem, com.runehive.content.skill.impl.crafting.impl.Hide, and com.runehive.content.skill.impl.crafting.impl.Leather.
Referenced by com.runehive.content.skill.impl.crafting.Crafting.useItem().
| Item com.runehive.content.skill.impl.crafting.Craftable.getWith | ( | ) |
Gets the craftable item used with.
Implemented in com.runehive.content.skill.impl.crafting.impl.Gem, com.runehive.content.skill.impl.crafting.impl.Hide, and com.runehive.content.skill.impl.crafting.impl.Leather.
Referenced by com.runehive.content.skill.impl.crafting.Crafting.addCraftable(), and com.runehive.content.skill.impl.crafting.Crafting.clickButton().