Plex-FAWE/worldedit-core/src/main/java/com/fastasyncworldedit/core
Jordan e9db749e2f
Add fluid ticking and refactor post-processing a bit (#1554)
* Make postProcessSet a default method and change to void

* Throwable#getMessage is nullable

* Move (re-)ticking to a post-processor per "platform"
 - Add fluid ticking

* chore: Ignore (for us) irrelevant rules

* chore: Fix correct toml syntax?

* Re-add removed method for API-compliance and refactor it to have a use

* Switch to javax annotations

* Switch to recalcBlockCounts for ticking blocks.

* No need to set air count anymore either

* We can still "not tick" in fast mode in 1.17.2

* update adapters

* Let paper create the chunk section if biomes are null

* Adjust notes to settings

* 1.17.2 didn't exist

* Add 1.18.2

* Don't attempt to cache plains biome ID

* Use correct annotation

Co-authored-by: NotMyFault <mc.cache@web.de>
2022-03-10 15:27:25 +01:00
..
command Correctly use getNearestSurfaceTerrainBlock in SurfaceSpline and SchemGen (#1616) 2022-02-17 19:34:07 +01:00
configuration Add fluid ticking and refactor post-processing a bit (#1554) 2022-03-10 15:27:25 +01:00
database refactor: Also deprecated IMP for DBHandler 2021-12-23 15:59:05 +01:00
entity refactor: Drop custom snakeyaml implementation (#1523) 2022-01-09 10:55:16 +01:00
event/extent refactor: Drop custom snakeyaml implementation (#1523) 2022-01-09 10:55:16 +01:00
extension Replace JB occurrences with JSR 305 (for now) (#1651) 2022-03-10 14:24:44 +01:00
extent Add fluid ticking and refactor post-processing a bit (#1554) 2022-03-10 15:27:25 +01:00
function byte cannot be used to represent height anymore (#1618) 2022-02-17 19:34:25 +01:00
history Add fluid ticking and refactor post-processing a bit (#1554) 2022-03-10 15:27:25 +01:00
internal Big fix to clipboards when relogging/restarting server etc. 2021-09-24 12:22:01 +01:00
jnbt refactor: Drop custom snakeyaml implementation (#1523) 2022-01-09 10:55:16 +01:00
limit refactor: Drop custom snakeyaml implementation (#1523) 2022-01-09 10:55:16 +01:00
math Don't allow heightmap-based brushes to edit the entire world "depth" (#1617) 2022-02-24 10:33:37 +01:00
queue Add fluid ticking and refactor post-processing a bit (#1554) 2022-03-10 15:27:25 +01:00
regions refactor: Drop custom snakeyaml implementation (#1523) 2022-01-09 10:55:16 +01:00
registry refactor: Drop custom snakeyaml implementation (#1523) 2022-01-09 10:55:16 +01:00
util Add fluid ticking and refactor post-processing a bit (#1554) 2022-03-10 15:27:25 +01:00
world refactor: Deprecate IMP initializors in favor of builders 2021-12-22 20:58:23 +01:00
wrappers refactor: Deprecate IMP initializors in favor of builders 2021-12-22 20:58:23 +01:00
Fawe.java docs: Fix deprecation tag 2022-01-01 18:46:28 +01:00
FaweAPI.java refactor: Deprecate IMP initializors in favor of builders 2021-12-22 20:58:23 +01:00
FaweCache.java Add fluid ticking and refactor post-processing a bit (#1554) 2022-03-10 15:27:25 +01:00
FAWEPlatformAdapterImpl.java Feature/propagate diff and object cleanup (#1190) 2021-07-23 17:48:51 +02:00
FaweVersion.java Fix parsing of build in FaweVersion 2021-12-22 11:44:37 +00:00
IFawe.java Add basic preloading (#1221) 2021-08-16 20:47:09 -04:00
Resettable.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00