From 170b8eab65ce0cebdfa24bfd1beb312c300ce7da Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Wed, 11 May 2022 00:09:01 +0100 Subject: [PATCH] Add since annotation --- .../core/queue/BlockArrayCacheScopedQueueCoordinator.java | 1 + 1 file changed, 1 insertion(+) diff --git a/Core/src/main/java/com/plotsquared/core/queue/BlockArrayCacheScopedQueueCoordinator.java b/Core/src/main/java/com/plotsquared/core/queue/BlockArrayCacheScopedQueueCoordinator.java index b5c282c6d..055fb1c1f 100644 --- a/Core/src/main/java/com/plotsquared/core/queue/BlockArrayCacheScopedQueueCoordinator.java +++ b/Core/src/main/java/com/plotsquared/core/queue/BlockArrayCacheScopedQueueCoordinator.java @@ -62,6 +62,7 @@ public class BlockArrayCacheScopedQueueCoordinator extends ScopedQueueCoordinato * @param minY Minimum applicable y value. Used to account for negative world heights (e.g. -64). Inclusive * @param min Inclusive location of the minimum point to limit the scope to. * @param max Exclusive location of the maximum point to limit the scope to. + * @since TODO */ public BlockArrayCacheScopedQueueCoordinator(@NonNull BlockState[][][] blockStates, int minY, Location min, Location max) { super(null, min, max);