RuneHive-Tarnish
Neural OSRS Enhancement Framework
Loading...
Searching...
No Matches
com.osroyale.content.ItemCreation.CreationData Enum Reference
Collaboration diagram for com.osroyale.content.ItemCreation.CreationData:

Public Member Functions

 CreationData (Item product, Item dropped, Skill[] level, Item... required)
 CreationData (Item[] product, Item dropped, Skill[] level, Item... required)

Static Public Member Functions

static Optional< CreationDataforItems (Item first, Item second)
static Optional< CreationDataforItem (Item item)

Public Attributes

 FIRE_MAX_CAPE =(new Item[]{new Item(13329), new Item(13330)}, null, null, new Item(6570), new Item(13280), new Item(13281))
final Item[] product
final Item dropped
final Skill[] level
final Item[] required

Detailed Description

Holds the creation data.

Definition at line 37 of file ItemCreation.java.

Constructor & Destructor Documentation

◆ CreationData() [1/2]

com.osroyale.content.ItemCreation.CreationData.CreationData ( Item product,
Item dropped,
Skill[] level,
Item... required )
inline

Constructs a new CreationData.

Definition at line 122 of file ItemCreation.java.

◆ CreationData() [2/2]

com.osroyale.content.ItemCreation.CreationData.CreationData ( Item[] product,
Item dropped,
Skill[] level,
Item... required )
inline

Constructs a new CreationData.

Definition at line 130 of file ItemCreation.java.

Member Function Documentation

◆ forItem()

Optional< CreationData > com.osroyale.content.ItemCreation.CreationData.forItem ( Item item)
inlinestatic

Finds the creation data based off the product item.

Definition at line 151 of file ItemCreation.java.

◆ forItems()

Optional< CreationData > com.osroyale.content.ItemCreation.CreationData.forItems ( Item first,
Item second )
inlinestatic

Handles finding the creation data based off the items used.

Definition at line 138 of file ItemCreation.java.

Member Data Documentation

◆ dropped

final Item com.osroyale.content.ItemCreation.CreationData.dropped

The dropped item.

Definition at line 113 of file ItemCreation.java.

◆ FIRE_MAX_CAPE

com.osroyale.content.ItemCreation.CreationData.FIRE_MAX_CAPE =(new Item[]{new Item(13329), new Item(13330)}, null, null, new Item(6570), new Item(13280), new Item(13281))

Max Capes

Definition at line 97 of file ItemCreation.java.

◆ level

final Skill [] com.osroyale.content.ItemCreation.CreationData.level

The skill required.

Definition at line 116 of file ItemCreation.java.

◆ product

final Item [] com.osroyale.content.ItemCreation.CreationData.product

The product of the creation.

Definition at line 110 of file ItemCreation.java.

◆ required

final Item [] com.osroyale.content.ItemCreation.CreationData.required

The items required.

Definition at line 119 of file ItemCreation.java.


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