QuerySystem

public interface QuerySystem

System for handling query mechanics. Systems contain game logic that operates on entities with specific component types.

java.lang.Object > QuerySystem

Field Summary

No fields documented.

Method Detail

test

public boolean test (final ComponentRegistry componentRegistry, final Archetype archetype)

Method test.

Parameters:
final ComponentRegistry componentRegistry
final Archetype archetype