inline fun World.edit(entityId: Int, entityEdit: EntityEdit.() -> Unit = {}): EntityEdit Edits an entity.
Receiver
the World for editing the entity.
Return
the EntityEdit.
Parameters
the ID of the entity to edit.
the inlined function with the EntityEdit.