Introduction
This class provides a base class for all Recipe plugins
Properties#
| Name | Description |
|---|---|
| host | Gets the hosting Inventory |
| icon | Icon associated with the plugin |
| title | Title of the plugin |
| titlebarText | Text to display in the titlebar for the plugin |
| description | Description of the plugin |
Methods#
| Name | Description |
|---|---|
| CheckCraft | Check if a recipe is allowed to be crafted |
| Initialize | Initialize the plugin |
| PostCraftState | Perform actions after crafting is complete |
| PreCraftState | Perform actions before starting to craft |