Plex-FAWE/worldedit-core/src/main/java/com/boydti/fawe/beta
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
..
implementation Lazy tags + get / set tiles 2019-11-20 03:40:52 +00:00
CombinedBlocks.java Fix //vis 2019-11-17 17:22:21 +00:00
DirectionMask.java merge 2019-08-07 01:28:12 +10:00
Filter.java misc changes. 2019-11-11 16:02:28 -05:00
FilterBlockMask.java Limit processing 2019-11-02 12:13:42 +01:00
Flood.java Limit processing 2019-11-02 12:13:42 +01:00
IBatchProcessor.java WIP VisualExtent 2019-11-16 00:20:14 +00:00
IBlocks.java Fix setting blocks in null sections 2019-11-17 19:30:28 +00:00
IChunk.java misc changes. 2019-11-11 16:02:28 -05:00
IChunkCache.java misc changes. 2019-11-11 16:02:28 -05:00
IChunkGet.java Lazy tags + get / set tiles 2019-11-20 03:40:52 +00:00
IChunkSet.java Fix biome sending 2019-11-14 19:21:28 +00:00
IDelegateChunk.java Fix biome sending 2019-11-14 19:21:28 +00:00
IDelegateFilter.java Limit processing 2019-11-02 12:13:42 +01:00
IDelegateQueueExtent.java Fix compile 2019-11-07 10:28:17 +00:00
IQueueChunk.java Fix compile 2019-11-07 10:28:17 +00:00
IQueueExtent.java misc changes. 2019-11-11 16:02:28 -05:00
IQueueWrapper.java Limit processing 2019-11-02 12:13:42 +01:00
ITileInput.java Lazy tags + get / set tiles 2019-11-20 03:40:52 +00:00
Trimable.java misc changes. 2019-11-11 16:02:28 -05:00