MCPcopy Create free account
hub / github.com/egg82/fetcharr / init

Method init

API/src/main/java/me/egg82/fetcharr/api/plugin/Plugin.java:14–14  ·  view source on GitHub ↗

Plugin initialization. Called on startup, before #start(). @param context Any context the plugin may need for initialization.

(@NotNull PluginContext context)

Source from the content-addressed store, hash-verified

12 * @param context Any context the plugin may need for initialization.
13 */
14 void init(@NotNull PluginContext context) throws Exception;
15
16 /**
17 * Plugin start. Called on startup, after {@link #init(PluginContext)}.

Callers 3

mainMethod · 0.65
setupUnirestMethod · 0.65
initMethod · 0.65

Implementers 1

WebhookWebhook/src/main/java/me/egg82/fwebhoo

Calls

no outgoing calls

Tested by

no test coverage detected