SimpleConstructionManager<E>ConstructionManagerpublic interface CompleteConstructionManager<E extends be.yildizgames.engine.feature.entity.EntityInConstruction> extends SimpleConstructionManager<E>
| Modifier and Type | Method | Description |
|---|---|---|
void |
cancel(WaitingEntity w) |
Cancel an entity to build.
|
void |
createEntity(be.yildizgames.engine.feature.entity.EntityToCreate entity) |
|
List<WaitingEntity> |
getEntityToBuildList() |
|
List<WaitingEntity> |
getEntityToBuildList(be.yildizgames.common.model.PlayerId id) |
createEntity, willNotifyvoid createEntity(be.yildizgames.engine.feature.entity.EntityToCreate entity)
void cancel(WaitingEntity w)
w - Entity to cancel.List<WaitingEntity> getEntityToBuildList()
List<WaitingEntity> getEntityToBuildList(be.yildizgames.common.model.PlayerId id)
id - Id of the owner.NullPointerException - if id is null.Copyright © 2017–2018. All rights reserved.