RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.skill.impl.crafting.Craftable Interface Reference
Inheritance diagram for com.osroyale.content.skill.impl.crafting.Craftable:

Public Member Functions

String getName ()
int getAnimation ()
Item getUse ()
Item getWith ()
CraftableItem[] getCraftableItems ()
Item[] getIngredients (int index)
String getProductionMessage ()

Detailed Description

The craftable itemcontainer.

Author
Daniel

Definition at line 10 of file Craftable.java.

Member Function Documentation

◆ getAnimation()

int com.osroyale.content.skill.impl.crafting.Craftable.getAnimation ( )

◆ getCraftableItems()

CraftableItem[] com.osroyale.content.skill.impl.crafting.Craftable.getCraftableItems ( )

◆ getIngredients()

Item[] com.osroyale.content.skill.impl.crafting.Craftable.getIngredients ( int index)

Gets the craftable ingredients.

Parameters
indexThe ingredient index.
Returns
The craftable ingredients.

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.

◆ getName()

String com.osroyale.content.skill.impl.crafting.Craftable.getName ( )

◆ getProductionMessage()

String com.osroyale.content.skill.impl.crafting.Craftable.getProductionMessage ( )

Gets the craftable production message.

Returns
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.

◆ getUse()

Item com.osroyale.content.skill.impl.crafting.Craftable.getUse ( )

◆ getWith()

Item com.osroyale.content.skill.impl.crafting.Craftable.getWith ( )

The documentation for this interface was generated from the following file: