We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacb8a0 commit 49242d2Copy full SHA for 49242d2
src/main/java/org/hydev/mcpm/client/injector/ReloadBoundary.java
@@ -0,0 +1,17 @@
1
+package org.hydev.mcpm.client.injector;
2
+
3
+/**
4
+ * Interface for reload a locally installed plugin.
5
+ *
6
+ * @author Azalea (https://github.com/hykilpikonna)
7
+ * @since 2022-10-29
8
+ */
9
+public interface ReloadBoundary
10
+{
11
+ /**
12
+ * Unload then load a plugin
13
14
+ * @param name Loaded plugin name
15
16
+ public void reloadPlugin(String name);
17
+}
0 commit comments