From bfc6b62213b81e668c996bab8b1460b72f719f7d Mon Sep 17 00:00:00 2001 From: matt <4009945+MattBDev@users.noreply.github.com> Date: Thu, 21 Feb 2019 21:31:12 -0500 Subject: [PATCH] Stupid docs Signed-off-by: matt <4009945+MattBDev@users.noreply.github.com> --- .../intellectualsites/plotsquared/api/PlotAPI.java | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java index a93f2fa26..76abc8c7c 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/api/PlotAPI.java @@ -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 * @return all plots that a player owns @@ -86,16 +86,6 @@ import java.util.UUID; 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. *