Modifies the aspect in a way that an entity must possess all of the specified components.
void allOf(List<Type> componentTypes) { _updateBitMask(_all, componentTypes); }