Updated API (markdown)

Jesse Boyd 2016-06-07 17:30:13 +10:00
parent a4392b867a
commit f89fee8f1f

1
API.md

@ -134,6 +134,7 @@ boolean noAir = false;
boolean entities = true;
Vector position = new Vector(0, 0, 0);
SchematicFormat.getFormat(file).load(file).paste(editSession, position, noAir, entities);
editSession.flushQueue();
```
# Undoing an EditSession