LightningBoltPredicate
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.
Implements
LightningBoltPredicate
implements the following interfaces:
Members
static create(blocksSetOnFire as Ints) as LightningBoltPredicate
Parameters:
blocksSetOnFire: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
Return Type:
LightningBoltPredicate
static create(struckEntity as EntityPredicate) as LightningBoltPredicate
Parameters:
struckEntity: EntityPredicate
Type: EntityPredicate
Return Type:
LightningBoltPredicate
static create(blocksSetOnFire as Ints, struckEntity as EntityPredicate) as LightningBoltPredicate
Parameters:
blocksSetOnFire: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
struckEntity: EntityPredicate
Type: EntityPredicate
Return Type:
LightningBoltPredicate
static create(blockSetOnFire as Ints, struckEntity as Builder) as LightningBoltPredicate
Parameters:
blockSetOnFire: IntMinMaxBoundsPredicate
Type: IntMinMaxBoundsPredicate
struckEntity: EntityPredicateBuilder
Type: EntityPredicateBuilder
Return Type:
LightningBoltPredicate