mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-01-16 20:41:45 +01:00
Removed unused methods
This commit is contained in:
parent
479e6a4847
commit
e1ad203716
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user