EntityTypePredicate

Link to entitytypepredicate

Importare la Classe

Link to importare-la-classe

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.

ZenScript
Copy
import crafttweaker.api.predicate.EntityTypePredicate;

Name: any

Return Type: EntityTypePredicate

ZenScript
Copy
// EntityTypePredicate.any() as EntityTypePredicate

EntityTypePredicate.any();

Name: create

Return Type: EntityTypePredicate

ZenScript
Copy
EntityTypePredicate.create(type as EntityType) as EntityTypePredicate
ParametroTipoDescrizione
Parametro
type
Tipo
EntityType
Descrizione
No Description Provided

Name: create

Return Type: EntityTypePredicate

ZenScript
Copy
EntityTypePredicate.create(type as MCTag<EntityType>) as EntityTypePredicate
ParametroTipoDescrizione
Parametro
type
Tipo
MCTag<EntityType>
Descrizione
No Description Provided