CampfireCookingRecipe
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.CampfireCookingRecipe;
Extends
CampfireCookingRecipe extends AbstractCookingRecipe
.
Implements
CampfireCookingRecipe
implements the following interfaces:
Members
canCraftInDimensions(var1 as int, var2 as int) as bool
// CampfireCookingRecipe.canCraftInDimensions(var1 as int, var2 as int) as bool;myCampfireCookingRecipe.canCraftInDimensions(myInt, myInt);
Parameters:
var1: int
Type: int
var2: int
Type: int
Return Type:
bool
Getter
// CampfireCookingRecipe.cookingTime as intmyCampfireCookingRecipe.cookingTime
Return Type:
int
cookingTime() as int
// CampfireCookingRecipe.cookingTime() as int;myCampfireCookingRecipe.cookingTime();
Return Type:
int
Getter
// CampfireCookingRecipe.experience as floatmyCampfireCookingRecipe.experience
Return Type:
float
experience() as float
// CampfireCookingRecipe.experience() as float;myCampfireCookingRecipe.experience();
Return Type:
float
Getter
// CampfireCookingRecipe.group as stringmyCampfireCookingRecipe.group
Return Type:
string
group() as string
// CampfireCookingRecipe.group() as string;myCampfireCookingRecipe.group();
Return Type:
string
Getter
myCampfireCookingRecipe.ingredients
Return Type:
List<IIngredient>
ingredients() as List<IIngredient>
Getter
// CampfireCookingRecipe.isIncomplete as boolmyCampfireCookingRecipe.isIncomplete
Return Type:
bool
isIncomplete() as bool
// CampfireCookingRecipe.isIncomplete() as bool;myCampfireCookingRecipe.isIncomplete();
Return Type:
bool
Getter
// CampfireCookingRecipe.isSpecial as boolmyCampfireCookingRecipe.isSpecial
Return Type:
bool
isSpecial() as bool
// CampfireCookingRecipe.isSpecial() as bool;myCampfireCookingRecipe.isSpecial();
Return Type:
bool
Getter
// CampfireCookingRecipe.resultItem as IItemStackmyCampfireCookingRecipe.resultItem
Return Type:
IItemStack
resultItem() as IItemStack