Builder for basic Archetype instances. To reap the maximum benefit of Archetypes, it's recommended to stash them away inside an EntityFactory or similar. Archetypes main advantage come from the improved insertion into systems and managers performance. Calling {@link Entity#edit() edit()} on the Entity returned by {@link World#createEntity(Archetype)}nullifies this optimization.
Generated archetypes provide a blueprint for quick entity creation. Instance generated entities using {@link World#createEntity(Archetype)}
@since 0.7