MCPotionEffectInstance
Link to mcpotioneffectinstance
这个类由mod-id为crafttweaker
的模组添加. 因此,如果要使用此功能,则需要安装此mod。
导入类
Link to 导入类
如果遇到任何问题(例如强制转换数组),则可能需要导入软件包,因此,最好的方式就是导入包支持。
ZenScript Copycrafttweaker.api.potion.MCPotionEffectInstance
使用方式
Link to 使用方式
addCurativeItem
Link to addcurativeitem
ZenScript CopymyMCPotionEffectInstance.addCurativeItem(stack as crafttweaker.api.item.IItemStack);
参数 | 类型 | 描述 |
---|---|---|
参数 堆叠 | 类型 crafttweaker.api.item.IItemStack | 描述 No description provided |
combine
Link to combine
返回为布尔值
ZenScript CopymyMCPotionEffectInstance.combine(effect as crafttweaker.api.potion.MCPotionEffectInstance);
参数 | 类型 | 描述 |
---|---|---|
参数 effect | 类型 crafttweaker.api.potion.MCPotionEffectInstance | 描述 No description provided |
getCurativeItems
Link to getcurativeitems
Returns List<crafttweaker.api.item.IItemStack>
ZenScript CopymyMCPotionEffectInstance.getCurativeItems();
isCurativeItem
Link to iscurativeitem
返回为布尔值
ZenScript CopymyMCPotionEffectInstance.isCurativeItem(stack as crafttweaker.api.item.IItemStack);
参数 | 类型 | 描述 |
---|---|---|
参数 堆叠 | 类型 crafttweaker.api.item.IItemStack | 描述 No description provided |
setCurativeItems
Link to setcurativeitems
ZenScript CopymyMCPotionEffectInstance.setCurativeItems(items as crafttweaker.api.item.IItemStack[]);
参数 | 类型 | 描述 |
---|---|---|
参数 items | 类型 crafttweaker.api.item.IItemStack[] | 描述 No description provided |
名称 | 类型 | 可获得 | 可设置 |
---|---|---|---|
名称 ambient | 类型 布尔值 | 可获得 true | 可设置 false |
名称 amplifier | 类型 int | 可获得 true | 可设置 false |
名称 duration | 类型 int | 可获得 true | 可设置 false |
名称 effectName | 类型 字符串[string] | 可获得 true | 可设置 false |
名称 potion | 类型 crafttweaker.api.potion.MCPotionEffect | 可获得 true | 可设置 false |
名称 showIcon | 类型 布尔值 | 可获得 true | 可设置 false |
名称 showParticles | 类型 布尔值 | 可获得 true | 可设置 false |