MobEffectsPredicate
Link to mobeffectspredicate
Diese Klasse importieren
Link to diese-klasse-importieren
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 Copyimport crafttweaker.api.predicate.MobEffectsPredicate;
Static Methods
Link to static-methods
Name: any
Return Type: MobEffectsPredicate
ZenScript Copy// MobEffectsPredicate.any() as MobEffectsPredicate
MobEffectsPredicate.any();
Name: create
Return Type: MobEffectsPredicate
ZenScript CopyMobEffectsPredicate.create(map as MobEffectPredicate[MobEffect]) as MobEffectsPredicate
Parameter | Type | Beschreibung |
---|---|---|
Parameter map | Type MobEffectPredicate[MobEffect] | Beschreibung No Description Provided |
Name: create
Return Type: MobEffectsPredicate
ZenScript CopyMobEffectsPredicate.create(effect as MobEffect, predicate as MobEffectPredicate) as MobEffectsPredicate
Parameter | Type | Beschreibung |
---|---|---|
Parameter effect | Type MobEffect | Beschreibung No Description Provided |
Parameter predicate | Type MobEffectPredicate | Beschreibung No Description Provided |