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.potion.MCPotionEffect;

Name: isReady

Return Type: boolean

ZenScript
Copy
MCPotionEffect.isReady(duration as int, amplifier as int) as boolean
参数类型描述
参数
duration
类型
int
描述
No Description Provided
参数
amplifier
类型
int
描述
No Description Provided

Name: newInstance

Return Type: MCPotionEffectInstance

ZenScript
Copy
MCPotionEffect.newInstance(duration as int, amplifier as int, ambient as boolean, showParticles as boolean) as MCPotionEffectInstance
参数类型描述可选DefaultValue
参数
duration
类型
int
描述
No Description Provided
可选
false
DefaultValue
参数
amplifier
类型
int
描述
No Description Provided
可选
true
DefaultValue
0
参数
ambient
类型
布尔值
描述
No Description Provided
可选
true
DefaultValue
false
参数
showParticles
类型
布尔值
描述
No Description Provided
可选
true
DefaultValue
true
名称类型可获得可设置描述
名称
commandString #命令字符串
类型
string
可获得
true
可设置
false
描述
No Description Provided
名称
curativeItems
类型
stdlib.List<IItemStack>
可获得
true
可设置
false
描述
No Description Provided
名称
displayName
类型
string
可获得
true
可设置
false
描述
No Description Provided
名称
isBeneficial
类型
布尔值
可获得
true
可设置
false
描述
No Description Provided
名称
isInstant
类型
布尔值
可获得
true
可设置
false
描述
No Description Provided
名称
liquidColor
类型
int
可获得
true
可设置
false
描述
No Description Provided
名称
name(名称)
类型
string
可获得
true
可设置
false
描述
No Description Provided