Introduction
This class provides a blueprint for crafting

Fields#
| Name | Description |
|---|---|
| Rarity | Rarity of the recipe |
| Category Id | Category of the recipe |
| Crafting Time | Time needed to craft result |
| Value | Value of the recipe |
| Requirements | Requirements other than components, such a level |
| Components | Components needed to craft result |
| Results | Item(s) created after crafting |
| Premium Complete | Instantly complete crafting for premimum currency |
| Premium Currency Id | Premium currency required |
| Premium Cost Per Second | Cost per second remaining |
Properties#
| Name | Description |
|---|---|
| craftingSeconds | Gets the number of seconds need to craft this recipe |
| info | Information about this object |
| initialized | Gets if this object has been initialized |
| pluginWrappers | Get a list of plugin wrapper for this object |
| plugins | Get a list of plugins for this object |
| rarity | Get the value of this recipe |
| unlocked | Get/Set if this recipe is unlocked |
| value | Get the value of this recipe |
Methods#
| Name | Description |
|---|---|
| Clone | Create a clone of this object |
| Initialize | Initialize the object |
| Matches | Compare object to another copy |