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

Method authors

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

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

()

Source from the content-addressed store, hash-verified

38 * @since 1.0
39 */
40 @NonNull Set<String> authors();
41
42 /**
43 * Gets {@linkplain Set a set} of dependencies of the plugin.

Callers 2

loadMethod · 0.65
authorsMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected