public class JobQueue
extends java.lang.Object
| Constructor and Description |
|---|
JobQueue() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Removes all jobs from this queue.
|
boolean |
isEmpty() |
MapTile |
poll() |
void |
setJobs(MapTile[] tiles) |
public void setJobs(MapTile[] tiles)
tiles - the jobs to be added to this queue.public void clear()
public boolean isEmpty()
public MapTile poll()