Plex-FAWE/worldedit-core/src/main/java/com/sk89q
dordsor21 82bcc0e9a5
Allow "post processing" of chunks (#658)
* begin allowing "post processing" of chunks
 - restores legacy capability to continue saving edits in the background after sending the chunks
 - speeds up the edit clientside
 - nail in the coffin of the terrible and staticly coded coreedit
 - We should totally make IronGolem work so Core* is no longer used by anyone

* begin allowing background history saving

* Handle post processors in queues properly

* Use futures for postprocessing so we're not waiting for them needlessly

* better use of closed boolean

* Reword
2020-09-28 11:13:02 +01:00
..
jnbt Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
minecraft/util/commands Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
util Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
worldedit Allow "post processing" of chunks (#658) 2020-09-28 11:13:02 +01:00