Skip to content

Commit 49242d2

Browse files
committed
[+] Interface ReloadBoundary
1 parent dacb8a0 commit 49242d2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)