SmeltingRecipe
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.
Extends
SmeltingRecipe extends AbstractCookingRecipe
.
Implements
SmeltingRecipe
implements the following interfaces:
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:
int
cookingTime() as int
Return Type:
int
Getter
Return Type:
float
experience() as float
Return Type:
float
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