Plex-FAWE/worldedit-core/src/main/java/com/sk89q/worldedit/world
dordsor21 56972ee40b
Trim performance (#451)
* Increase performance slightly when trimming.
If the chunk section is all one blocks (common in plotworlds) it'll be a nice little boost.

* Cache whether blocks are ticking or not. Greatly reduces the time required to create a palette

* collapse 5 lines to 2.

* Also apply to 14 and 15 for the numpties

* Cleanup
Actually ignore the exception - remove my debug print.
Remove double semi-colon

* Apparently 1.14/15 matter too still.
2020-05-07 23:00:13 +01:00
..
biome Upstream merge 2020-03-23 20:47:30 -04:00
block Trim performance (#451) 2020-05-07 23:00:13 +01:00
chunk Removed 1.13.2 support. 2020-01-27 18:54:31 -05:00
entity More 1.15 wip 2019-12-11 14:45:27 +01:00
fluid Major command changes that don't work yet. 2019-07-16 23:44:34 -04:00
gamemode Major command changes that don't work yet. 2019-07-16 23:44:34 -04:00
item Upstream and some refactoring 2020-01-04 18:34:30 +01:00
registry Upstream merge 2020-03-23 20:47:30 -04:00
snapshot Re-apply 374ad99 2020-04-16 20:41:59 -04:00
storage Upstream merge 2020-03-23 20:47:30 -04:00
weather Major command changes that don't work yet. 2019-07-16 23:44:34 -04:00
AbstractWorld.java Upstream Merge 2020-01-10 22:32:12 -05:00
DataException.java Switch to Gradle. Use git log --follow for history. 2014-11-14 11:27:39 -08:00
DataFixer.java Major command changes that don't work yet. 2019-07-16 23:44:34 -04:00
NbtValued.java Fixed a few more errors, and added legacy support to the item parser. 2018-08-04 11:43:41 +10:00
NullWorld.java Upstream Merge 2020-01-10 22:32:12 -05:00
SimpleWorld.java couple more compilation issues 2019-07-23 06:58:18 +10:00
World.java Removed LightingExtent and organized some classes. 2020-03-18 12:58:18 -04:00