mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Removed unused methods
This commit is contained in:
		@@ -49,8 +49,6 @@ public abstract class PlotManager {
 | 
			
		||||
 | 
			
		||||
    public abstract boolean claimPlot(final PlotWorld plotworld, final Plot plot);
 | 
			
		||||
 | 
			
		||||
    public abstract boolean unclaimPlot(final PlotWorld plotworld, final Plot plot);
 | 
			
		||||
 | 
			
		||||
    public abstract Location getSignLoc(final PlotWorld plotworld, final Plot plot);
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
@@ -61,8 +59,6 @@ public abstract class PlotManager {
 | 
			
		||||
 | 
			
		||||
    public abstract boolean setComponent(final PlotWorld plotworld, final PlotId plotid, final String component, final PlotBlock[] blocks);
 | 
			
		||||
 | 
			
		||||
    public abstract boolean setBiome(final Plot plot, final String biome);
 | 
			
		||||
 | 
			
		||||
    /*
 | 
			
		||||
     * PLOT MERGING (return false if your generator does not support plot
 | 
			
		||||
     * merging)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user