Plex-FAWE/worldedit-bukkit/src/main/java/com/boydti/fawe/bukkit/adapter
dordsor21 5b97c0abcd
Several fixes to actual, probable and possible synchronocity issues (#691)
* Several fixes to actual, probable and possible synchronocity issues
 - Ensure that all edits are queued onto the same AsyncNotifyQueue by actually delegating to the parent player in PlayerProxy
 - Ensure that the order editsessions are being remembered on the LocalSession is being respected by using a fair ReentrentLock
 - Ensure a chunk cannot be called when an update is being called

* Don't add locks to GetBlocks
2020-10-08 21:15:05 +01:00
..
mc1_15_2 Several fixes to actual, probable and possible synchronocity issues (#691) 2020-10-08 21:15:05 +01:00
mc1_16_1 Several fixes to actual, probable and possible synchronocity issues (#691) 2020-10-08 21:15:05 +01:00
mc1_16_2 Several fixes to actual, probable and possible synchronocity issues (#691) 2020-10-08 21:15:05 +01:00
BukkitQueueHandler.java Javadoc and Formatting fixes. (#619) 2020-10-05 13:41:41 -04:00
DelegateLock.java Implement previously unsupported methods in DelegateLock 2020-04-29 11:29:02 -04:00
MapChunkUtil.java 1.15 (wip) 2019-12-11 02:11:52 +01:00
NMSAdapter.java Add option to disable ticking existing blocks when not fastmode 2020-05-11 16:09:31 +01:00