mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
Stupid docs
Signed-off-by: matt <4009945+MattBDev@users.noreply.github.com>
This commit is contained in:
parent
a9bebb10da
commit
bfc6b62213
@ -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 New Issue
Block a user