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

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

ZenScript
Copy
crafttweaker.api.potion.MCPotionEffect

已实现的接口

Link to 已实现的接口

MCPotionEffect implements the following interfaces. 这意味着对这个接口可用的任何方法也可以在此类上使用。

返回为布尔值

ZenScript
Copy
myMCPotionEffect.isReady(duration as int, amplifier as int);
参数类型描述
参数
duration
类型
int
描述
No description provided
参数
amplifier
类型
int
描述
No description provided

Returns crafttweaker.api.potion.MCPotionEffectInstance

ZenScript
Copy
myMCPotionEffect.newInstance(duration as int, amplifier as int);
参数类型描述可选的默认值
参数
duration
类型
int
描述
No description provided
可选的
false
默认值
null
参数
amplifier
类型
int
描述
No description provided
可选的
true
默认值
0
名称类型可获得可设置
名称
commandString #命令字符串
类型
字符串[string]
可获得
true
可设置
false
名称
curativeItems
类型
List<crafttweaker.api.item.IItemStack>
可获得
true
可设置
false
名称
displayName
类型
字符串[string]
可获得
true
可设置
false
名称
isBeneficial
类型
布尔值
可获得
true
可设置
false
名称
isInstant
类型
布尔值
可获得
true
可设置
false
名称
liquidColor
类型
int
可获得
true
可设置
false
名称
name(名称)
类型
字符串[string]
可获得
true
可设置
false