MobEffectsPredicate

Link to mobeffectspredicate

Importare la Classe

Link to importare-la-classe

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
ParametroTipoDescrizione
Parametro
map
Tipo
MobEffectPredicate[MobEffect]
Descrizione
No Description Provided

Name: create

Return Type: MobEffectsPredicate

ZenScript
Copy
MobEffectsPredicate.create(effect as MobEffect, predicate as MobEffectPredicate) as MobEffectsPredicate
ParametroTipoDescrizione
Parametro
effect
Tipo
MobEffect
Descrizione
No Description Provided
Parametro
predicate
Tipo
MobEffectPredicate
Descrizione
No Description Provided