| Modifier and Type | Method | Description |
|---|---|---|
void |
addInQueue(R r) |
Add an element to build in the queue.
|
ConstructionQueue<R> |
getQueue() |
|
void |
removeFromQueue(int index) |
Remove an item from the building queue.
|
void |
setQueue(List<R> queue) |
Set the entity construction queue used by the builder.
|
cancel, fullfilPrerequisite, getBuilderId, getBuildPosition, getOwnerConstructionQueue<R> getQueue()
void setQueue(List<R> queue)
queue - Queue to setvoid removeFromQueue(int index)
index - Unique index of the build request.void addInQueue(R r)
r - Element to build.Copyright © 2017–2018. All rights reserved.