UUID mode conversion (untested)

This commit is contained in:
boy0001 2015-04-27 19:07:42 +10:00
parent 27c2b08c2f
commit 42a34fc44a
10 changed files with 284 additions and 31 deletions

View file

@ -337,4 +337,11 @@ public interface AbstractDB {
public void resizeCluster(PlotCluster current, PlotClusterId resize);
public void movePlot(Plot originalPlot, Plot newPlot);
public void createSettings(final ArrayList<Integer> mylist);
/**
* Don't fuck with this one, unless you enjoy it rough
*/
public boolean deleteTables();
}