Package top.focess.qq.core.plugin
Interface ResourceHandler
-
public interface ResourceHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(@NotNull String name, @NotNull InputStream resource, @NotNull PluginClassLoader pluginClassLoader)
-
-
-
Method Detail
-
handle
void handle(@NotNull @NotNull String name, @NotNull @NotNull InputStream resource, @NotNull @NotNull PluginClassLoader pluginClassLoader)
-
-