mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 13:03:06 +00:00
fixes #131
This commit is contained in:
parent
bcc530ba6e
commit
88357a261b
4 changed files with 15 additions and 18 deletions
|
@ -27,7 +27,7 @@ import org.bukkit.Location;
|
|||
import org.bukkit.World;
|
||||
import org.bukkit.block.Biome;
|
||||
|
||||
@SuppressWarnings("unused") public abstract class PlotManager {
|
||||
public abstract class PlotManager {
|
||||
|
||||
/*
|
||||
* Plot locations (methods with Abs in them will not need to consider mega
|
||||
|
@ -49,7 +49,6 @@ import org.bukkit.block.Biome;
|
|||
/*
|
||||
* Plot clearing (return false if you do not support some method)
|
||||
*/
|
||||
|
||||
public abstract boolean clearPlot(final World world, final Plot plot, boolean isDelete);
|
||||
|
||||
public abstract Location getSignLoc(final World world, final PlotWorld plotworld, final Plot plot);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue