Stupid docs

Signed-off-by: matt <4009945+MattBDev@users.noreply.github.com>
This commit is contained in:
matt 2019-02-21 21:31:12 -05:00
parent a9bebb10da
commit bfc6b62213

View File

@ -47,7 +47,7 @@ import java.util.UUID;
} }
/** /**
* Return all plots for a player. * Gets all plots for a player.
* *
* @param player Player, whose plots to search for * @param player Player, whose plots to search for
* @return all plots that a player owns * @return all plots that a player owns
@ -86,16 +86,6 @@ import java.util.UUID;
return PlotSquared.get().storage; return PlotSquared.get().storage;
} }
/**
* Gets the main class for this plugin. Only use this if you really need it.
*
* @return PlotSquared PlotSquared Main Class
* @see PlotSquared
*/
public PlotSquared getMain() {
return PlotSquared.get();
}
/** /**
* ChunkManager class contains several useful methods. * ChunkManager class contains several useful methods.
* <ul> * <ul>