Any implementing entity system must implement this method and the logic to process the given entities of the system.
entities
void processEntities(Iterable<int> entities);