mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Release 2.8.2
This commit is contained in:
parent
8e2691c613
commit
38fc4cf541
@ -27,7 +27,7 @@ import java.util.function.IntConsumer;
|
||||
*
|
||||
* @param <SERVER_LEVEL> the version-specific ServerLevel type
|
||||
* @param <CHUNK_POS> the version-specific ChunkPos type
|
||||
* @since TODO
|
||||
* @since 2.8.2
|
||||
*/
|
||||
public abstract class StarlightRelighter<SERVER_LEVEL, CHUNK_POS> implements Relighter {
|
||||
|
||||
|
@ -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() {}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user