mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Release 2.8.2
This commit is contained in:
@ -64,14 +64,14 @@ public interface IChunkGet extends IBlocks, Trimable, InputExtent, ITileInput {
|
||||
* Lock the {@link IChunkGet#call(IChunkSet, Runnable)} method to the current thread using a reentrant lock. Also locks
|
||||
* related methods e.g. {@link IChunkGet#setCreateCopy(boolean)}
|
||||
*
|
||||
* @since TODO
|
||||
* @since 2.8.2
|
||||
*/
|
||||
default void lockCall() {}
|
||||
|
||||
/**
|
||||
* Unlock {@link IChunkGet#call(IChunkSet, Runnable)} (and other related methods) to executions from other threads
|
||||
*
|
||||
* @since TODO
|
||||
* @since 2.8.2
|
||||
*/
|
||||
default void unlockCall() {}
|
||||
|
||||
|
Reference in New Issue
Block a user