clearPlugins() and clearCommands() for PluginManager and CommandMap respectively

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-01-28 14:18:24 +00:00
parent 595cb5d166
commit 14c7da2f6e
6 changed files with 40 additions and 0 deletions

View File

@ -188,6 +188,15 @@ public final class SimplePluginManager implements PluginManager {
}
}
public void clearPlugins() {
synchronized (this) {
disablePlugins();
plugins.clear();
lookupNames.clear();
listeners.clear();
}
}
/**
* Calls a player related event with the given details
*