BlastingRecipe
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.
import crafttweaker.api.recipe.type.BlastingRecipe;
Extends
BlastingRecipe extends AbstractCookingRecipe
.
Implements
BlastingRecipe
implements the following interfaces:
Members
canCraftInDimensions(var1 as int, var2 as int) as bool
// BlastingRecipe.canCraftInDimensions(var1 as int, var2 as int) as bool;myBlastingRecipe.canCraftInDimensions(myInt, myInt);
Parameters:
var1: int
Type: int
var2: int
Type: int
Return Type:
bool
Getter
// BlastingRecipe.cookingTime as intmyBlastingRecipe.cookingTime
Return Type:
int
cookingTime() as int
// BlastingRecipe.cookingTime() as int;myBlastingRecipe.cookingTime();
Return Type:
int
Getter
// BlastingRecipe.experience as floatmyBlastingRecipe.experience
Return Type:
float
experience() as float
// BlastingRecipe.experience() as float;myBlastingRecipe.experience();
Return Type:
float
Getter
// BlastingRecipe.group as stringmyBlastingRecipe.group
Return Type:
string
group() as string
// BlastingRecipe.group() as string;myBlastingRecipe.group();
Return Type:
string
Getter
myBlastingRecipe.ingredients
Return Type:
List<IIngredient>
ingredients() as List<IIngredient>
Getter
// BlastingRecipe.isIncomplete as boolmyBlastingRecipe.isIncomplete
Return Type:
bool
isIncomplete() as bool
// BlastingRecipe.isIncomplete() as bool;myBlastingRecipe.isIncomplete();
Return Type:
bool
Getter
// BlastingRecipe.isSpecial as boolmyBlastingRecipe.isSpecial
Return Type:
bool
isSpecial() as bool
// BlastingRecipe.isSpecial() as bool;myBlastingRecipe.isSpecial();
Return Type:
bool
Getter
// BlastingRecipe.resultItem as IItemStackmyBlastingRecipe.resultItem
Return Type:
IItemStack
resultItem() as IItemStack