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 Copyimport crafttweaker.api.predicate.builder.EntityFlagsPredicateBuilder;
Methoden
Link to methoden
Name: baby
Return Type: EntityFlagsPredicateBuilder
ZenScript CopyEntityFlagsPredicateBuilder.baby(baby as bool?) as EntityFlagsPredicateBuilder
Parameter | Type | Optional | Standardwert |
---|---|---|---|
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 CopyEntityFlagsPredicateBuilder.crouching(crouching as bool?) as EntityFlagsPredicateBuilder
Parameter | Type | Optional | Standardwert |
---|---|---|---|
Parameter crouching | Type bool? | Optional true | Standardwert true |
Name: onFire
Return Type: EntityFlagsPredicateBuilder
ZenScript CopyEntityFlagsPredicateBuilder.onFire(onFire as bool?) as EntityFlagsPredicateBuilder
Parameter | Type | Optional | Standardwert |
---|---|---|---|
Parameter onFire | Type bool? | Optional true | Standardwert true |
Name: sprinting
Return Type: EntityFlagsPredicateBuilder
ZenScript CopyEntityFlagsPredicateBuilder.sprinting(sprinting as bool?) as EntityFlagsPredicateBuilder
Parameter | Type | Optional | Standardwert |
---|---|---|---|
Parameter sprinting | Type bool? | Optional true | Standardwert true |
Name: swimming
Return Type: EntityFlagsPredicateBuilder
ZenScript CopyEntityFlagsPredicateBuilder.swimming(swimming as bool?) as EntityFlagsPredicateBuilder
Parameter | Type | Optional | Standardwert |
---|---|---|---|
Parameter swimming | Type bool? | Optional true | Standardwert true |