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;

已实现的接口

Link to 已实现的接口

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
参数类型描述
参数
width #宽度
类型
int
描述
No Description Provided
参数
height #实体高度
类型
int
描述
No Description Provided

Name: replace

Return Type: void

ZenScript
Copy
WrapperRecipe.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