public class WanderIndoorsTask extends Task<PathAwareEntity>
Task.Status
Modifier and Type | Field and Description |
---|---|
private float |
speed |
requiredMemoryStates
Constructor and Description |
---|
WanderIndoorsTask(float speed) |
Modifier and Type | Method and Description |
---|---|
protected void |
run(ServerWorld serverWorld,
PathAwareEntity pathAwareEntity,
long long2) |
protected boolean |
shouldRun(ServerWorld serverWorld,
PathAwareEntity pathAwareEntity) |
finishRunning, getStatus, isTimeLimitExceeded, keepRunning, shouldKeepRunning, stop, tick, toString, tryStarting
protected boolean shouldRun(ServerWorld serverWorld, PathAwareEntity pathAwareEntity)
shouldRun
in class Task<PathAwareEntity>
protected void run(ServerWorld serverWorld, PathAwareEntity pathAwareEntity, long long2)
run
in class Task<PathAwareEntity>