mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Add since tags
This commit is contained in:
		@@ -41,7 +41,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
 | 
			
		||||
 *
 | 
			
		||||
 * @deprecated This class is poorly designed and will no longer be used in P2
 | 
			
		||||
 */
 | 
			
		||||
@Deprecated(forRemoval = true)
 | 
			
		||||
@Deprecated(forRemoval = true, since = "TODO")
 | 
			
		||||
public class ChunkQueueCoordinator extends ScopedQueueCoordinator {
 | 
			
		||||
 | 
			
		||||
    public final BiomeType[][][] biomeResult;
 | 
			
		||||
 
 | 
			
		||||
@@ -40,7 +40,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
 | 
			
		||||
 *
 | 
			
		||||
 * @deprecated This should be renamed to NormalizedScopedQueueCoordinator or something.
 | 
			
		||||
 */
 | 
			
		||||
@Deprecated(forRemoval = true)
 | 
			
		||||
@Deprecated(forRemoval = true, since = "TODO")
 | 
			
		||||
public class ScopedQueueCoordinator extends DelegateQueueCoordinator {
 | 
			
		||||
 | 
			
		||||
    private final Location min;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user