MCPcopy Create free account
hub / github.com/Hypejet/Jet / dependencies

Method dependencies

api/src/main/java/net/hypejet/jet/plugin/Plugin.java:48–48  ·  view source on GitHub ↗

Gets plain Set a set of dependencies of the plugin. @return the set @since 1.0

()

Source from the content-addressed store, hash-verified

46 * @since 1.0
47 */
48 @NonNull Set<PluginDependency> dependencies();
49
50 /**
51 * Gets a class path of an entrypoint with {@linkplain Key a key} specified.

Callers 2

loadMethod · 0.65
dependenciesMethod · 0.65

Implementers 1

JetPluginserver/src/main/java/net/hypejet/jet/s

Calls

no outgoing calls

Tested by

no test coverage detected