Importare la Classe

Link to importare-la-classe

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;

Interfacce Implementate

Link to interfacce-implementate

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
ParametroTipoDescrizione
Parametro
width
Tipo
int
Descrizione
No Description Provided
Parametro
height
Tipo
int
Descrizione
No Description Provided

Name: replace

Return Type: void

ZenScript
Copy
WrapperRecipe.replace(from as IIngredient, to as IIngredient) as void
ParametroTipoDescrizione
Parametro
from
Tipo
IIngredient
Descrizione
No Description Provided
Parametro
to
Tipo
IIngredient
Descrizione
No Description Provided
NomeTipoHa GetterHa SetterDescrizione
Nome
commandString
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
dynamic
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
gruppo
Tipo
string
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
icon
Tipo
IItemStack
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
id
Tipo
MCResourceLocation
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
ingredients
Tipo
stdlib.List<IIngredient>
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
isShapedCraftingRecipe
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
isShapelessCraftingRecipe
Tipo
boolean
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
output
Tipo
IItemStack
Ha Getter
Ha Setter
no
Descrizione
No Description Provided
Nome
recipeManager
Tipo
IRecipeManager
Ha Getter
Ha Setter
no
Descrizione
No Description Provided