WrapperRecipe
Link to wrapperrecipe
Diese Klasse importieren
Link to diese-klasse-importieren
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;
Implemented Interfaces
Link to implemented-interfaces
WrapperRecipe implements the following interfaces. That means all methods defined in these interfaces are also available in WrapperRecipe
Methoden
Link to methoden
Name: canFit
Return Type: boolean
ZenScript CopyWrapperRecipe.canFit(width as int, height as int) as boolean
Parameter | Type | Beschreibung |
---|---|---|
Parameter width | Type int | Beschreibung No Description Provided |
Parameter height | Type int | Beschreibung No Description Provided |
Name: replace
Return Type: void
ZenScript CopyWrapperRecipe.replace(from as IIngredient, to as IIngredient) as void
Parameter | Type | Beschreibung |
---|---|---|
Parameter from | Type IIngredient | Beschreibung No Description Provided |
Parameter to | Type IIngredient | Beschreibung No Description Provided |
Properties
Link to properties
Name | Type | Has Getter | Has Setter | Beschreibung |
---|---|---|---|---|
Name commandString | Type string | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name dynamic | Type boolean | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name group | Type string | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name icon | Type IItemStack | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name id | Type MCResource-Standort | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name ingredients | Type stdlib.List<IIngredient> | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name isShapedCraftingRecipe | Type boolean | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name isShapelessCraftingRecipe | Type boolean | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name output | Type IItemStack | Has Getter true | Has Setter false | Beschreibung No Description Provided |
Name recipeManager | Type IRecipeManager | Has Getter true | Has Setter false | Beschreibung No Description Provided |