Creates an aspect where an entity must possess one of the specified componens.
Aspect.forOneOf(List<Type> componentTypes) { oneOf(componentTypes); }