net.minecraft.entity.ai.brain.task

public abstract enum CompositeTask$RunMode

net.minecraft.world.entity.ai.behavior.GateBehavior$RunningPolicy
net.minecraft.class_4103$class_4216
net.minecraft.entity.ai.brain.task.CompositeTask$RunMode

Enum constant summary

Enum Constant
RUN_ONE
field_18855
RUN_ONE
TRY_ALL
field_18856
TRY_ALL

Field summary

Modifier and TypeField
private static final CompositeTask$RunMode[]
$VALUES
field_18857
field_18857

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public abstract <E extends LivingEntity> void
apply(Stream<BehaviorControl<? super E>> behaviors, ServerLevel level, E body, long timestamp)
method_19559(Stream<class_7893<? super E>> arg0, class_3218 arg1, E arg2, long arg3)
run(Stream<Task<? super E>> tasks, ServerWorld world, E entity, long time)
private static CompositeTask$RunMode[]
$values()
method_36618()
method_36618()