Updated NBT stream API (markdown)

Jesse Boyd 2017-04-12 21:46:46 +10:00
parent 994f524da9
commit 8e51bee4bf

@ -40,6 +40,9 @@ streamer.addReader("Schematic.Blocks.?", new NBTStreamer.NBTStreamReader<Integer
// Now that we have the readers we want, we can read through the file
streamer.readFully();
// Or if you want FAWE to stop reading as soon as it finds what you want:
// streamer.readQuick();
System.out.println("Dimensions are: " + dimensions);
```
Classes using this API: