WrapperRecipe
Link to wrapperrecipe
导入类
Link to 导入类
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;
已实现的接口
Link to 已实现的接口
WrapperRecipe implements the following interfaces. That means all methods defined in these interfaces are also available in WrapperRecipe
使用方式
Link to 使用方式
Name: canFit
Return Type: boolean
ZenScript CopyWrapperRecipe.canFit(width as int, height as int) as boolean
参数 | 类型 | 描述 |
---|---|---|
参数 width #宽度 | 类型 int | 描述 No Description Provided |
参数 height #实体高度 | 类型 int | 描述 No Description Provided |
Name: replace
Return Type: void
ZenScript CopyWrapperRecipe.replace(from as IIngredient, to as IIngredient) as void
参数 | 类型 | 描述 |
---|---|---|
参数 from | 类型 材料(IIngredient) | 描述 No Description Provided |
参数 to | 类型 材料(IIngredient) | 描述 No Description Provided |
名称 | 类型 | 可获得 | 可设置 | 描述 |
---|---|---|---|---|
名称 commandString #命令字符串 | 类型 string | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 dynamic | 类型 布尔值 | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 group | 类型 string | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 icon | 类型 IItemstack | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 id | 类型 MCResourceLocation | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 ingredients | 类型 stdlib.List<IIngredient> | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 isShapedCraftingRecipe | 类型 布尔值 | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 isShapelessCraftingRecipe | 类型 布尔值 | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 output(输出) | 类型 IItemstack | 可获得 true | 可设置 false | 描述 No Description Provided |
名称 recipeManager | 类型 IRecipeManager | 可获得 true | 可设置 false | 描述 No Description Provided |