createEntities

fun createEntities(location: Location?): List<Entity>

Builds all parts (linked parent↔children) at location without adding them to the world.


fun createEntities(location: Location?, additionalArgs: List<String>): List<Entity>

createEntities variant that also applies additionalArgs to the parent.