MobEffectPredicate
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
static ambient() as MobEffectInstancePredicate
Return Type:
MobEffectPredicate
static amplifier(amplifier as Ints) as MobEffectInstancePredicate
Parameters:
amplifier: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
Return Type:
MobEffectPredicate
static any() as MobEffectInstancePredicate
Return Type:
MobEffectPredicate
static create(amplifier as Ints, duration as Ints, ambient as Boolean, visible as Boolean) as MobEffectInstancePredicate
Parameters:
amplifier: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
duration: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
ambient: Boolean
Type: Boolean
visible: Boolean
Type: Boolean
Return Type:
MobEffectPredicate
static create(amplifier as Ints, duration as Ints, ambient as Boolean) as MobEffectInstancePredicate
Parameters:
amplifier: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
duration: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
ambient: Boolean
Type: Boolean
Return Type:
MobEffectPredicate
static create(amplifier as Ints, duration as Ints) as MobEffectInstancePredicate
Parameters:
amplifier: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
duration: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
Return Type:
MobEffectPredicate
static duration(duration as Ints) as MobEffectInstancePredicate
Parameters:
duration: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
Return Type:
MobEffectPredicate