QueueBuilder<R>public interface Builder
| Modifier and Type | Method | Description |
|---|---|---|
void |
cancel(int index) |
|
boolean |
fullfilPrerequisite(Buildable data) |
Check if this builder is able to create a entity of a given type.
|
be.yildizgames.common.model.EntityId |
getBuilderId() |
|
be.yildizgames.common.geometry.Point3D |
getBuildPosition() |
|
be.yildizgames.common.model.PlayerId |
getOwner() |
void cancel(int index)
be.yildizgames.common.model.EntityId getBuilderId()
be.yildizgames.common.model.PlayerId getOwner()
be.yildizgames.common.geometry.Point3D getBuildPosition()
boolean fullfilPrerequisite(Buildable data)
data - Data used for this construction.true if this builder can create the entity, false otherwise.Copyright © 2017–2018. All rights reserved.