mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Add since annotation
This commit is contained in:
parent
ad4366f31b
commit
170b8eab65
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user