Get an entity
Returns the entity which contains the id passed If there are none, it returns null
Entity e = world.entity.get(16);
See Implementation
Get an entity
Returns the entity which contains the id passed If there are none, it returns null