Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit/extent
dordsor21 fbfe3221d7
Fix fast schematic reader/writer
- Have both sponge and fast r/w available but default to "fast"
 - Correctly "offset" entities in the schematic, and add a legacy mode for loading old FAWE schematics with entities required.
 - Lazily reading means it's read in order of appearance in the inputstream so we need to read schematic version first (skip past everything) and then reset the stream. Fixes #740
 - Add an FAWEVersion to the metadata
 - Correctly actually return a BlockArrayClipboard when required. Fixes #454
2021-01-01 15:01:35 +00:00
..
buffer More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
cache Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
clipboard Fix fast schematic reader/writer 2021-01-01 15:01:35 +00:00
inventory Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
reorder Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
transform Better logger support 2020-10-06 14:44:33 -04:00
validation Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
world Full support for 3D biomes (#714) 2020-10-22 22:18:16 +01:00
AbstractBufferingExtent.java Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
AbstractDelegateExtent.java Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
ChangeSetExtent.java More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
Extent.java use full chunks for distr and account for __RESERVED__ blocks 2020-12-11 16:13:09 +00:00
InputExtent.java Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
MaskingExtent.java Full support for 3D biomes (#714) 2020-10-22 22:18:16 +01:00
NullExtent.java More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
OutputExtent.java Full support for 3D biomes (#714) 2020-10-22 22:18:16 +01:00
PassthroughExtent.java use full chunks for distr and account for __RESERVED__ blocks 2020-12-11 16:13:09 +00:00
TracingExtent.java Officially propagate GPL downwards to all files 2020-09-01 16:30:43 -04:00