mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-11-05 11:43:46 +01:00
Add since annotation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user