Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit/extent/clipboard
wizjany 7c89ece96e Few tweaks to schematic loading and error fixes.
* Not all EntityTypes in Bukkit have the correct enum name.
* Don't read entire schematic files to list. Go off file extension only.
   (Reading in files is more accurate, but slow.)
* Enforce extensions. (Due to the above, while you can technically make a
   schematic called 'test.txt', it's better that we save it as
   'test.txt.schem'.)
* Fix a few minor warnings.
2019-03-08 16:00:49 -05:00
..
io Few tweaks to schematic loading and error fixes. 2019-03-08 16:00:49 -05:00
BlockArrayClipboard.java Use a proper registry for biomes 2019-02-16 17:27:00 +10:00
Clipboard.java Refactor vector system to be cleaner 2018-11-03 23:00:23 -07:00
StoredEntity.java Added a method to teleport entities across worlds. 2018-12-21 16:56:10 +10:00