public class EndRaidTask extends Task<LivingEntity>
Task.StatusrequiredMemoryStates| Constructor and Description |
|---|
EndRaidTask() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
run(ServerWorld world,
LivingEntity entity,
long time) |
protected boolean |
shouldRun(ServerWorld world,
LivingEntity entity) |
finishRunning, getStatus, isTimeLimitExceeded, keepRunning, shouldKeepRunning, stop, tick, toString, tryStartingprotected boolean shouldRun(ServerWorld world, LivingEntity entity)
shouldRun in class Task<LivingEntity>protected void run(ServerWorld world, LivingEntity entity, long time)
run in class Task<LivingEntity>