WrapperRecipe
Link to wrapperrecipe
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 Copyimport 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
Metodi
Link to metodi
Name: canFit
Return Type: boolean
ZenScript CopyWrapperRecipe.canFit(width as int, height as int) as boolean
Parametro | Tipo | Descrizione |
---|---|---|
Parametro width | Tipo int | Descrizione No Description Provided |
Parametro height | Tipo int | Descrizione No Description Provided |
Name: replace
Return Type: void
ZenScript CopyWrapperRecipe.replace(from as IIngredient, to as IIngredient) as void
Parametro | Tipo | Descrizione |
---|---|---|
Parametro from | Tipo IIngredient | Descrizione No Description Provided |
Parametro to | Tipo IIngredient | Descrizione No Description Provided |
Proprietà
Link to proprietà
Nome | Tipo | Ha Getter | Ha Setter | Descrizione |
---|---|---|---|---|
Nome commandString | Tipo string | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome dynamic | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome gruppo | Tipo string | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome icon | Tipo IItemStack | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome id | Tipo MCResourceLocation | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome ingredients | Tipo stdlib.List<IIngredient> | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome isShapedCraftingRecipe | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome isShapelessCraftingRecipe | Tipo boolean | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome output | Tipo IItemStack | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |
Nome recipeManager | Tipo IRecipeManager | Ha Getter sì | Ha Setter no | Descrizione No Description Provided |