From 01222e9777448f5c90dd5e39e90defd2c3b7ec83 Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Sat, 11 Mar 2017 23:39:56 +1100 Subject: [PATCH] Updated API (markdown) --- API.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 9dde675..d861533 100644 --- a/API.md +++ b/API.md @@ -37,15 +37,21 @@ $ gradlew build ### NBT and Formats - [Schematic pasting](https://github.com/boy0001/FastAsyncWorldedit/wiki/Pasting-a-schematic) - [NBT stream API](https://github.com/boy0001/FastAsyncWorldedit/wiki/NBT-stream-API) - - [Custom clipboards](https://github.com/boy0001/FastAsyncWorldedit/wiki/Clipboard-API) + - [Custom clipboard formats](https://github.com/boy0001/FastAsyncWorldedit/wiki/Clipboard-API) - [Recovering corrupt NBT](https://github.com/boy0001/FastAsyncWorldedit/wiki/Recovering-corrupt-NBT-files-(MCA-Schematic-etc.)) ### NMS abstraction - [Light API](https://github.com/boy0001/FastAsyncWorldedit/wiki/Light-API) - - [NMSMappedFaweQueue](https://github.com/boy0001/FastAsyncWorldedit/wiki/FaweQueue#nms-methods) + - [NMSMappedFaweQueue](https://github.com/boy0001/FastAsyncWorldedit/wiki/FaweQueue#nms-methods) + - [Packet Sending](https://github.com/boy0001/FastAsyncWorldedit/wiki/Packet-sending) ### Web - [Web API](https://github.com/boy0001/FastAsyncWorldedit/wiki/Web-API) +### Extending features + - [Adding Custom Masks](https://github.com/boy0001/FastAsyncWorldedit/wiki/Registering-Custom-Masks) + - [Adding Custom Brushes](https://github.com/boy0001/FastAsyncWorldedit/wiki/Registering-custom-brushes-or-commands) + + ## FaweAPI class: https://github.com/boy0001/FastAsyncWorldedit/blob/master/core/src/main/java/com/boydti/fawe/FaweAPI.java