Plex-FAWE/worldedit-core/src/main/java/com/boydti/fawe/object/extent
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
..
BlockTranslateExtent.java More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
ExtentHeightCacher.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
FaweRegionExtent.java More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
HeightBoundExtent.java Allow "post processing" of chunks (#658) 2020-09-28 11:13:02 +01:00
Linear3DTransform.java Copy paste/merge FAWE classes to this WorldEdit fork 2018-08-13 00:03:07 +10:00
LinearTransform.java Copy paste/merge FAWE classes to this WorldEdit fork 2018-08-13 00:03:07 +10:00
MemoryCheckingExtent.java Small spring cleaning 2020-04-30 16:26:52 -04:00
MultiRegionExtent.java Allow "post processing" of chunks (#658) 2020-09-28 11:13:02 +01:00
MultiTransform.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
NullExtent.java Allow "post processing" of chunks (#658) 2020-09-28 11:13:02 +01:00
OffsetExtent.java Small spring cleaning 2020-04-30 16:26:52 -04:00
PatternTransform.java Small spring cleaning 2020-04-30 16:26:52 -04:00
PositionTransformExtent.java More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
ProcessedWEExtent.java Small spring cleaning 2020-04-30 16:26:52 -04:00
RandomOffsetTransform.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
RandomTransform.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
ResettableExtent.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
ScaleTransform.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
SelectTransform.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
SingleRegionExtent.java Allow "post processing" of chunks (#658) 2020-09-28 11:13:02 +01:00
SlowExtent.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
SourceMaskExtent.java More work on masks (#607) 2020-09-11 21:13:31 +02:00
StripNBTExtent.java Part 1 of upstream merge and format 2020-07-13 22:50:59 -04:00
SupplyingExtent.java Implement SupplyingExtent (#613) 2020-09-14 11:20:26 +01:00
TemporalExtent.java More support for 3D biomes (#608) 2020-09-12 15:31:42 +02:00
TransformExtent.java Small spring cleaning 2020-04-30 16:26:52 -04:00