| Package | Description |
|---|---|
| com.almasb.fxgl.entity |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TextEntityFactory
Marks a class that it's able to spawn entities from text-based levels.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends EntityFactory> |
GameWorld.getEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
GameWorld.setEntityFactory(EntityFactory entityFactory)
Set main entity factory to be used via
GameWorld.spawn(String, SpawnData). |
Copyright © 2017. All rights reserved.