Add since annotation

This commit is contained in:
dordsor21 2022-05-11 00:09:01 +01:00
parent ad4366f31b
commit 170b8eab65
No known key found for this signature in database
GPG Key ID: 1E53E88969FFCF0B

View File

@ -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 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 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. * @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) { public BlockArrayCacheScopedQueueCoordinator(@NonNull BlockState[][][] blockStates, int minY, Location min, Location max) {
super(null, min, max); super(null, min, max);