Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions
com.linxonline.mallet.entity.system.EntitySystemInterface Interface Reference
Inheritance diagram for com.linxonline.mallet.entity.system.EntitySystemInterface:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void addEntity (final Entity _entity)
void removeEntity (final Entity _entity)
void addEntityNow (final Entity _entity)
void addQuery (final QueryInterface _interface)
void update (final float _dt)
void clear ()
SearchInterface getSearch ()
ArrayList< EntitygetEntities ()
Entity getEntityByName (final String _name)

Member Function Documentation

void com.linxonline.mallet.entity.system.EntitySystemInterface.addQuery ( final QueryInterface  _interface)

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables