mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Stupid docs
Signed-off-by: matt <4009945+MattBDev@users.noreply.github.com>
This commit is contained in:
parent
a9bebb10da
commit
bfc6b62213
1 changed files with 1 additions and 11 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue