RuneHive-Tarnish
Neural OSRS Enhancement Framework
|
Public Member Functions | |
String | getName () |
int | getAnimation () |
Item | getUse () |
Item | getWith () |
CraftableItem[] | getCraftableItems () |
Item[] | getIngredients (int index) |
String | getProductionMessage () |
The craftable itemcontainer.
Definition at line 10 of file Craftable.java.
int com.osroyale.content.skill.impl.crafting.Craftable.getAnimation | ( | ) |
Gets the craftable animation.
Implemented in com.osroyale.content.skill.impl.crafting.impl.Gem, com.osroyale.content.skill.impl.crafting.impl.Hide, and com.osroyale.content.skill.impl.crafting.impl.Leather.
CraftableItem[] com.osroyale.content.skill.impl.crafting.Craftable.getCraftableItems | ( | ) |
Gets the craftable items.
Implemented in com.osroyale.content.skill.impl.crafting.impl.Gem, com.osroyale.content.skill.impl.crafting.impl.Hide, and com.osroyale.content.skill.impl.crafting.impl.Leather.
Item[] com.osroyale.content.skill.impl.crafting.Craftable.getIngredients | ( | int | index | ) |
Gets the craftable ingredients.
index | The ingredient index. |
Implemented in com.osroyale.content.skill.impl.crafting.impl.Gem, com.osroyale.content.skill.impl.crafting.impl.Hide, and com.osroyale.content.skill.impl.crafting.impl.Leather.
String com.osroyale.content.skill.impl.crafting.Craftable.getName | ( | ) |
Gets the craftable name.
Implemented in com.osroyale.content.skill.impl.crafting.impl.Gem, com.osroyale.content.skill.impl.crafting.impl.Hide, and com.osroyale.content.skill.impl.crafting.impl.Leather.
String com.osroyale.content.skill.impl.crafting.Craftable.getProductionMessage | ( | ) |
Gets the craftable production message.
Implemented in com.osroyale.content.skill.impl.crafting.impl.Gem, com.osroyale.content.skill.impl.crafting.impl.Hide, and com.osroyale.content.skill.impl.crafting.impl.Leather.
Item com.osroyale.content.skill.impl.crafting.Craftable.getUse | ( | ) |
Gets the craftable used item.
Implemented in com.osroyale.content.skill.impl.crafting.impl.Gem, com.osroyale.content.skill.impl.crafting.impl.Hide, and com.osroyale.content.skill.impl.crafting.impl.Leather.
Item com.osroyale.content.skill.impl.crafting.Craftable.getWith | ( | ) |
Gets the craftable item used with.
Implemented in com.osroyale.content.skill.impl.crafting.impl.Gem, com.osroyale.content.skill.impl.crafting.impl.Hide, and com.osroyale.content.skill.impl.crafting.impl.Leather.