3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 04:51:22 +02:00
FastAsyncWorldEdit/worldedit-bukkit/src
Jesse Boyd 144ea2ef34
Lazy tags + get / set tiles
Lazy tags means tiles/ents are not translated into the nms NBTBase until it is needed. Should be faster in cases where getFullBlock is called, but nbt is not always needed.
Commands like Copy and Paste, where the input/output are both nms worlds, can entirely bypass WorldEdit translating to and from the WorldEdit JNBT classes.
2019-11-20 03:40:52 +00:00
..
main Lazy tags + get / set tiles 2019-11-20 03:40:52 +00:00
test/java/com/sk89q Merge remote-tracking branch 'upstream/master' into merge 2019-11-19 21:23:47 +00:00