Removed unused methods

This commit is contained in:
boy0001 2015-07-31 01:48:14 +10:00
parent 479e6a4847
commit e1ad203716

View File

@ -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)