public interface EntityFactory<T extends be.yildizgames.engine.feature.entity.Entity,E extends be.yildizgames.engine.feature.entity.EntityInConstruction>
| Modifier and Type | Method | Description |
|---|---|---|
T |
createEntity(E e) |
Create a new materialized entity from an entity template.
|
T createEntity(E e)
e - Entity template.NullPointerException - If the parameter is null.Copyright © 2017–2018. All rights reserved.