mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-03 18:53:43 +01:00 
			
		
		
		
	Annotate new queue as internal use only
This commit is contained in:
		@@ -26,6 +26,7 @@
 | 
			
		||||
package com.plotsquared.core.queue;
 | 
			
		||||
 | 
			
		||||
import com.plotsquared.core.location.Location;
 | 
			
		||||
import com.plotsquared.core.util.AnnotationHelper;
 | 
			
		||||
import com.sk89q.jnbt.CompoundTag;
 | 
			
		||||
import com.sk89q.worldedit.function.pattern.Pattern;
 | 
			
		||||
import com.sk89q.worldedit.math.BlockVector3;
 | 
			
		||||
@@ -43,6 +44,7 @@ import org.checkerframework.checker.nullness.qual.Nullable;
 | 
			
		||||
 * in {@link BlockArrayCacheScopedQueueCoordinator#setOffsetX(int)} and
 | 
			
		||||
 * {@link BlockArrayCacheScopedQueueCoordinator#setOffsetZ(int)}
 | 
			
		||||
 */
 | 
			
		||||
@AnnotationHelper.ApiDescription(info = "Internal use only. Subject to change at any time and created for specific use cases.")
 | 
			
		||||
public class BlockArrayCacheScopedQueueCoordinator extends ScopedQueueCoordinator {
 | 
			
		||||
 | 
			
		||||
    private final BlockState[][][] blockStates;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user