processEntities abstract method

void processEntities(
  1. Iterable<int> entities
)

Any implementing entity system must implement this method and the logic to process the given entities of the system.

Implementation

void processEntities(Iterable<int> entities);