Creates an aspect where an entity must possess all of the specified components.
Aspect.forAllOf(List<Type> componentTypes) { allOf(componentTypes); }