Plex-FAWE/worldedit-bukkit/src/main/java/com/sk89q/worldedit/bukkit
dordsor21 1d9b1a3d5e
Remove hardcoding of world limits (#1199)
* Remove hardcoding of world limits
 - seems to be working fine without the datapack for world height changing
 - particular attention should be given to LocalBlockVectorSet and MathMan changes

* update adapters

* Override getMinY in various classes and ensure selections have a world attached to them

* no message

* Address comments
 - Fix for lighting mode 1

* A few more changes

* Fix LocalBlockVectorSet

* Fix range statement

* Various fixes/comment-addressing
- There's not much point in having a different file name now for history. We've broken it before...
- Fix history read/write
- Fix range on for loops in CharBlocks

* undo bad CharBlocks change

* Fix history y level

* Fix biome history

* Fix lighting

* Fix /up

* Make regen fail not because of these changes

* Fixes for y < 0

* Fix isEmpty where only the uppermost chunksection is edited

* Fix javadocs/FAWE annotations

* Better explain why BiomeMath is removed

* If history task throws an error, it should only be caught and printed if not completing now.

* Min|max world heights for new patterns

* Load biomes from NMS instead of bukkit (#1200)

* Update adapters

* Update adapters

* Don't initialise BlockTypes when biomes aren't set up yet so all BiomeTypes.BIOME are no longer null thanks.

* Address some comments.

* rename layer -> sectionIndex to imply inclusivity

* Javadoctored.

Co-authored-by: NotMyFault <mc.cache@web.de>
Co-authored-by: Hannes Greule <SirYwell@users.noreply.github.com>
2021-08-17 22:13:51 +01:00
..
adapter Remove hardcoding of world limits (#1199) 2021-08-17 22:13:51 +01:00
BukkitAdapter.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitBiomeRegistry.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitBlockCategoryRegistry.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitBlockCommandSender.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitBlockRegistry.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitCommandInspector.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitCommandSender.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitConfiguration.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitEntity.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitEntityProperties.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitItemCategoryRegistry.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitItemRegistry.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitPlayer.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitPlayerBlockBag.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitRegistries.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitServerInterface.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
BukkitWatchdog.java Updated the WorldEdit license using find and replace 2020-08-24 21:31:47 -04:00
BukkitWorld.java Add basic preloading (#1221) 2021-08-16 20:47:09 -04:00
CUIChannelListener.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
EditSessionBlockChangeDelegate.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
WorldEditListener.java Add and apply .editorconfig from P2 (#1195) 2021-07-24 16:34:05 +01:00
WorldEditPlugin.java Remove hardcoding of world limits (#1199) 2021-08-17 22:13:51 +01:00