MobEffectsPredicate

Link to mobeffectspredicate

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.predicate.MobEffectsPredicate;

Name: any

Return Type: MobEffectsPredicate

ZenScript
Copy
// MobEffectsPredicate.any() as MobEffectsPredicate

MobEffectsPredicate.any();

Name: create

Return Type: MobEffectsPredicate

ZenScript
Copy
MobEffectsPredicate.create(map as MobEffectPredicate[MobEffect]) as MobEffectsPredicate
参数类型
参数
map
类型
MobEffectPredicate[MobEffect]

Name: create

Return Type: MobEffectsPredicate

ZenScript
Copy
MobEffectsPredicate.create(effect as MobEffect, predicate as MobEffectPredicate) as MobEffectsPredicate
参数类型
参数
effect
类型
MobEffect
参数
predicate
类型
MobEffectPredicate