Skip to content

Commit 6fecf4e

Browse files
committed
Remove isLoaded.
This method serves no purpose when a container can be queried to determine it's existence in "plugin" Signed-off-by: Chris Sanders <[email protected]>
1 parent 5f2e9d5 commit 6fecf4e

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/org/spongepowered/api/plugin/PluginManager.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,4 @@ public interface PluginManager {
5959
* @return The plugins
6060
*/
6161
Collection<PluginContainer> plugins();
62-
63-
/**
64-
* Checks if a plugin is loaded based on its ID.
65-
* This may contain plugins/mods from other systems in some implementations.
66-
*
67-
* @param id the id of the {@link PluginContainer}
68-
* @return {@code true} if loaded {@code false} if not loaded.
69-
*/
70-
boolean isLoaded(String id);
71-
7262
}

0 commit comments

Comments
 (0)