Importing the class

Link to importing-the-class

It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.

ZenScript
Copy
import crafttweaker.api.recipes.WrapperRecipe;

Implemented Interfaces

Link to implemented-interfaces

WrapperRecipe implements the following interfaces. That means all methods defined in these interfaces are also available in WrapperRecipe

Name: canFit

Return Type: boolean

ZenScript
Copy
WrapperRecipe.canFit(width as int, height as int) as boolean
ParameterTypeDescription
Parameter
width
Type
int
Description
No Description Provided
Parameter
height
Type
int
Description
No Description Provided

Name: replace

Return Type: void

ZenScript
Copy
WrapperRecipe.replace(from as IIngredient, to as IIngredient) as void
ParameterTypeDescription
Parameter
from
Type
IIngredient
Description
No Description Provided
Parameter
to
Type
IIngredient
Description
No Description Provided
NombreTypeHas GetterHas SetterDescription
Nombre
commandString
Type
string
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
dynamic
Type
boolean
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
group
Type
string
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
icon
Type
IItemStack
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
id
Type
UbicaciĆ³n MCResource
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
ingredients
Type
stdlib.List<IIngredient>
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
isShapedCraftingRecipe
Type
boolean
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
isShapelessCraftingRecipe
Type
boolean
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
output
Type
IItemStack
Has Getter
true
Has Setter
false
Description
No Description Provided
Nombre
recipeManager
Type
IRecipeManager
Has Getter
true
Has Setter
false
Description
No Description Provided