LightningBoltPredicate
Importing the class
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.
import crafttweaker.api.predicate.LightningBoltPredicate;Implemented Interfaces
LightningBoltPredicate implements the following interfaces. That means all methods defined in these interfaces are also available in LightningBoltPredicate
Static Methods
Return Type: LightningBoltPredicate
LightningBoltPredicate.create(blocksSetOnFire as IntMinMaxBoundsPredicate) as LightningBoltPredicate| Parameter | Type | 
|---|---|
| ParameterblocksSetOnFire | TypeIntMinMaxBoundsPredicate | 
Return Type: LightningBoltPredicate
LightningBoltPredicate.create(struckEntity as EntityPredicate) as LightningBoltPredicate| Parameter | Type | 
|---|---|
| ParameterstruckEntity | TypeEntityPredicate | 
Return Type: LightningBoltPredicate
LightningBoltPredicate.create(blockSetOnFire as IntMinMaxBoundsPredicate, struckEntity as EntityPredicateBuilder) as LightningBoltPredicate| Parameter | Type | 
|---|---|
| ParameterblockSetOnFire | TypeIntMinMaxBoundsPredicate | 
| ParameterstruckEntity | TypeEntityPredicateBuilder | 
Return Type: LightningBoltPredicate
LightningBoltPredicate.create(blocksSetOnFire as IntMinMaxBoundsPredicate, struckEntity as EntityPredicate) as LightningBoltPredicate| Parameter | Type | 
|---|---|
| ParameterblocksSetOnFire | TypeIntMinMaxBoundsPredicate | 
| ParameterstruckEntity | TypeEntityPredicate |