MCPotionEffectInstance

Link to mcpotioneffectinstance

这个类由mod-id为crafttweaker的模组添加. 因此,如果要使用此功能,则需要安装此mod。

如果遇到任何问题(例如强制转换数组),则可能需要导入软件包,因此,最好的方式就是导入包支持。

ZenScript
Copy
crafttweaker.api.potion.MCPotionEffectInstance
ZenScript
Copy
myMCPotionEffectInstance.addCurativeItem(stack as crafttweaker.api.item.IItemStack);
参数类型描述
参数
堆叠
类型
crafttweaker.api.item.IItemStack
描述
No description provided

返回为布尔值

ZenScript
Copy
myMCPotionEffectInstance.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
Copy
myMCPotionEffectInstance.getCurativeItems();

返回为布尔值

ZenScript
Copy
myMCPotionEffectInstance.isCurativeItem(stack as crafttweaker.api.item.IItemStack);
参数类型描述
参数
堆叠
类型
crafttweaker.api.item.IItemStack
描述
No description provided

setCurativeItems

Link to setcurativeitems

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