Interface | Description |
---|---|
EntityFactory |
Marks a class that is responsible for creating entities.
|
EntitySpawner |
A function that spawns an entity given spawn data.
|
EntityWorldListener |
Listener for world events.
|
TextEntityFactory |
Marks a class that it's able to spawn entities from text-based levels.
|
Class | Description |
---|---|
Entities |
Helper class with static convenience methods.
|
Entities.EntityBuilder |
Provides fluent API for building entities.
|
Entity |
A generic game object.
|
EntityEvent |
A general entity event.
|
RenderLayer |
Represents a layer which is used to group objects being rendered.
|
Annotation Type | Description |
---|---|
Spawns |
Indicates that a method is used for creating entities.
|
SpawnSymbol |
Indicates that a method is used for creating entities when using
TextEntityFactory . |
Copyright © 2018. All rights reserved.