This PR reworks the way EntityEvents are generated completely. Instead of creating one event for every sub-type of the entity, one EntityEvent now stores the type information for all those sub-types.
The same goes for queries.
The interface/abstraction for processing modules has been reworked, too, and should be much clearer and less error-prone now.
This PR reworks the way EntityEvents are generated completely. Instead of creating one event for every sub-type of the entity, one EntityEvent now stores the type information for all those sub-types.
The same goes for queries.
The interface/abstraction for processing modules has been reworked, too, and should be much clearer and less error-prone now.
For details please see the updated README.