Skip to content

Commit

Permalink
Release 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Nov 3, 2023
1 parent 8e2691c commit 38fc4cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*
* @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 {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ default IChunkGet getCopy(int key) {
* 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() {}

Expand Down

0 comments on commit 38fc4cf

Please sign in to comment.