EntityFlagsPredicate
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.EntityFlagsPredicate;
Static Methods
Return Type: EntityFlagsPredicate
// EntityFlagsPredicate.any() as EntityFlagsPredicate
EntityFlagsPredicate.any();
Return Type: EntityFlagsPredicateBuilder
// EntityFlagsPredicate.create() as EntityFlagsPredicateBuilder
EntityFlagsPredicate.create();
Methods
Return Type: boolean
EntityFlagsPredicate.matches(entity as Entity) as boolean
Parameter | Type |
---|---|
Parameter entity | Type Entity |