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

Method version

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

Gets a version of the plugin. @return the version @since 1.0

()

Source from the content-addressed store, hash-verified

30 * @since 1.0
31 */
32 @NonNull String version();
33
34 /**
35 * Gets {@linkplain Set a set} of authors of the plugin.

Callers 9

generateMethod · 0.65
extractMethod · 0.65
writeMethod · 0.65
putMethod · 0.65
loadMethod · 0.65
loadDependencyMethod · 0.65
versionMethod · 0.65
writeMethod · 0.65
serializeMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected