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

List of all members.

Public Member Functions

Entity queryForEntity (final String _queryName, final Settings _query)
ArrayList< EntityqueryForEntities (final String _queryName, final Settings _query)
void clear ()

Detailed Description

If your not happy with how the QuerySystem works then you can make your own from the ground up.

Use this interface if you want to ensure the EntitySystem or anything else can make use of your new Search System.


Member Function Documentation

ArrayList<Entity> com.linxonline.mallet.entity.query.SearchInterface.queryForEntities ( final String  _queryName,
final Settings  _query 
)

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