Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-20 01:40:06 +01:00
Release 2.8.2
Dieser Commit ist enthalten in:
Ursprung
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() {}
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren