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.FluidPredicate;

Name: any

Return Type: FluidPredicate

ZenScript
Copy
// FluidPredicate.any() as FluidPredicate

FluidPredicate.any();

Name: create

Return Type: FluidPredicateBuilder

ZenScript
Copy
// FluidPredicate.create() as FluidPredicateBuilder

FluidPredicate.create();

Name: create

Return Type: FluidPredicateBuilder

ZenScript
Copy
FluidPredicate.create(fluid as Fluid) as FluidPredicateBuilder
参数类型
参数
fluid
类型
Fluid

Name: create

Return Type: FluidPredicateBuilder

ZenScript
Copy
FluidPredicate.create(tag as KnownTag<Fluid>) as FluidPredicateBuilder
参数类型
参数
tag #标签
类型
KnownTag<Fluid>