EntityFlagsPredicateBuilder

Link to entityflagspredicatebuilder

Diese Klasse importieren

Link to diese-klasse-importieren

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.builder.EntityFlagsPredicateBuilder;

Name: baby

Return Type: EntityFlagsPredicateBuilder

ZenScript
Copy
EntityFlagsPredicateBuilder.baby(baby as bool?) as EntityFlagsPredicateBuilder
ParameterTypeOptionalStandardwert
Parameter
baby
Type
bool?
Optional
true
Standardwert
true

Name: build

Return Type: EntityFlagsPredicate

ZenScript
Copy
// EntityFlagsPredicateBuilder.build() as EntityFlagsPredicate

myEntityFlagsPredicateBuilder.build();

Name: crouching

Return Type: EntityFlagsPredicateBuilder

ZenScript
Copy
EntityFlagsPredicateBuilder.crouching(crouching as bool?) as EntityFlagsPredicateBuilder
ParameterTypeOptionalStandardwert
Parameter
crouching
Type
bool?
Optional
true
Standardwert
true

Name: onFire

Return Type: EntityFlagsPredicateBuilder

ZenScript
Copy
EntityFlagsPredicateBuilder.onFire(onFire as bool?) as EntityFlagsPredicateBuilder
ParameterTypeOptionalStandardwert
Parameter
onFire
Type
bool?
Optional
true
Standardwert
true

Name: sprinting

Return Type: EntityFlagsPredicateBuilder

ZenScript
Copy
EntityFlagsPredicateBuilder.sprinting(sprinting as bool?) as EntityFlagsPredicateBuilder
ParameterTypeOptionalStandardwert
Parameter
sprinting
Type
bool?
Optional
true
Standardwert
true

Name: swimming

Return Type: EntityFlagsPredicateBuilder

ZenScript
Copy
EntityFlagsPredicateBuilder.swimming(swimming as bool?) as EntityFlagsPredicateBuilder
ParameterTypeOptionalStandardwert
Parameter
swimming
Type
bool?
Optional
true
Standardwert
true