MCPcopy
hub / github.com/Col-E/Recaf / plugins

Method plugins

src/main/java/me/coley/recaf/plugin/PluginsManager.java:82–84  ·  view source on GitHub ↗

@return Collection of all plugin instances.

()

Source from the content-addressed store, hash-verified

80 * @return Collection of all plugin instances.
81 */
82 public Map<String, BasePlugin> plugins() {
83 return plugins;
84 }
85
86 /**
87 * @return Collection of visible plugin instances.

Callers 2

visiblePluginsMethod · 0.95
ofTypeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected