411412413414415416417418419420421
{ ThreadPoolManager.getInstance().executePathfind(new Runnable() { public void run() { actor.moveToLocation(target.getLoc(), 10, true); setNextAction(nextAction.PICKUP, target, null, false, false); } }); } }
140141142143144145146147148149150
return false; } Location loc = (Location) nextAction_arg0; Integer offset = (Integer) nextAction_arg1; clearNextAction(); actor.moveToLocation(loc, offset, nextAction_arg2); break; case REST: actor.sitDown(); break; case INTERACT:
360361362363364365366367368369370
} setIntention(AI_INTENTION_ACTIVE); } else { actor.moveToLocation(target.getLoc(), 40, true); setNextAction(nextAction.INTERACT, target, null, false, false); } } @Override