From 205a139655036ac77c7f539bc395c1886ca1e2e2 Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Fri, 2 Oct 2020 12:36:18 +0200 Subject: [PATCH] Update javadoc --- .../Minepacks/Bukkit/API/MinepacksPlugin.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Minepacks-API/src/at/pcgamingfreaks/Minepacks/Bukkit/API/MinepacksPlugin.java b/Minepacks-API/src/at/pcgamingfreaks/Minepacks/Bukkit/API/MinepacksPlugin.java index 3c6fbac..4b757f9 100644 --- a/Minepacks-API/src/at/pcgamingfreaks/Minepacks/Bukkit/API/MinepacksPlugin.java +++ b/Minepacks-API/src/at/pcgamingfreaks/Minepacks/Bukkit/API/MinepacksPlugin.java @@ -28,10 +28,10 @@ public interface MinepacksPlugin { /** - * Gets the instance of the minepacks plugin. + * Gets the instance of the Minepacks plugin. * WARNING use this function at your own risk! If the plugin is not installed the MinepacksPlugin class will be unknown! * - * @return The instance of the minepacks plugin. + * @return The instance of the Minepacks plugin. */ static @Nullable MinepacksPlugin getInstance() { @@ -132,7 +132,7 @@ public interface MinepacksPlugin * Checks if an item is a backpack shortcut item. * * @param itemStack item to check. - * @return + * @return True if the item is a backpack shortcut item. */ boolean isBackpackItem(final @Nullable ItemStack itemStack); } \ No newline at end of file