EntityTypePredicate
Link to entitytypepredicate
Импорт класса
Link to импорт-класса
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 Copyimport crafttweaker.api.predicate.EntityTypePredicate;
Static Methods
Link to static-methods
Name: any
Return Type: EntityTypePredicate
ZenScript Copy// EntityTypePredicate.any() as EntityTypePredicate
EntityTypePredicate.any();
Name: create
Return Type: EntityTypePredicate
ZenScript CopyEntityTypePredicate.create(type as EntityType) as EntityTypePredicate
Параметр | Тип |
---|---|
Параметр type | Тип EntityType |
Name: create
Return Type: EntityTypePredicate
ZenScript CopyEntityTypePredicate.create(type as KnownTag<EntityType>) as EntityTypePredicate
Параметр | Тип |
---|---|
Параметр type | Тип KnownTag<EntityType> |