Recipe
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
canCraftInDimensions(var1 as int, var2 as int) as bool
Parameters:
var1: int
Type: int
var2: int
Type: int
Return Type:
bool
Getter
Return Type:
string
group() as string
Return Type:
string
Getter
Return Type:
List<IIngredient>
ingredients() as List<IIngredient>
Return Type:
List<IIngredient>
Getter
Return Type:
bool
isIncomplete() as bool
Return Type:
bool
Getter
Return Type:
bool
isSpecial() as bool
Return Type:
bool
Getter
Return Type:
IItemStack
resultItem() as IItemStack
Return Type:
IItemStack