Updated API (markdown)

Jesse Boyd 2016-07-13 19:09:46 +10:00
parent 2948828ddf
commit 9b85946a7b

13
API.md

@ -1,3 +1,16 @@
Table of contents:
- [Minecraft + Async](#minecraft--async)
- [The FaweAPI class](#the-faweapi-class-has-some-various-methods-that-may-be-useful)
- [Wrappers for Bukkit API](#wrappers-for-bukkit-api)
- [WorldEdit Player/World](#worldedit-playerworld)
- [The EditSession](#the-editsession)
- [The FawePlayer](#the-faweplayer)
- [The FaweQueue](#the-fawequeue)
- [Tasks](#tasks)
- [Pasting a schematic](#pasting-a-schematic)
- [Undoing an EditSession](#undoing-an-editsession)
- [Streaming NBT files (e.g. Schematics)](#streaming-nbt-files-eg-schematics)
# Note:
- Using the WE API will have the same behavior with FAWE (it would just be faster).
- Having FAWE installed allows most classes to be used from an async thread.