EntityTypePredicate
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 create(type as EntityType<?>) as EntityTypePredicate
Parameters:
type: EntityType<?>
Type: EntityType<?>
Return Type:
EntityTypePredicate
static create(type as KnownTag<EntityType<?>>) as EntityTypePredicate
Parameters:
type: KnownTag<EntityType<?>>
Type: KnownTag<EntityType<?>>
Return Type:
EntityTypePredicate