Uses of Class
org.xjge.core.Entity
Package | Description |
---|---|
org.xjge.core |
Contains various classes, objects, and utilities many of which are essential
to the function of the engine.
|
-
Uses of Entity in org.xjge.core
Fields in org.xjge.core with type parameters of type Entity Modifier and Type Field Description protected java.util.LinkedHashMap<java.lang.String,Entity>
Scene. entities
A collection of everyEntity
object in the scene.Methods in org.xjge.core with parameters of type Entity Modifier and Type Method Description static void
Game. addEntity(java.lang.String name, Entity entity)
Adds an entity to the current scene.