mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2025-04-17 01:26:12 +02:00
Updated NBT stream API (markdown)
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:
|
||||
|
Loading…
Reference in New Issue
Block a user