RecipeFilter
Link to recipefilter
这个类由mod-id为crafttweaker
的模组添加. 因此,如果要使用此功能,则需要安装此mod。
导入类
Link to 导入类
如果遇到任何问题(例如强制转换数组),则可能需要导入软件包,因此,最好的方式就是导入包支持。
ZenScript Copy制作器.api.recipe.RecipeFilter
Functional Interface
Link to functional-interface
This class is a functional interface. This means that you can use the lambda notation to create an instance of it. The lambda notation looks like:
ZenScript Copy(name) => false
使用方式
Link to 使用方式
test
Link to test
Return type: boolean
ZenScript CopymyRecipeFilter.test(name as String);
参数 | 类型 | 描述 |
---|---|---|
参数 name(名称) | 类型 字符串[string] | 描述 No description provided |