Interface ResourcePackHost
public interface ResourcePackHost
Host-facing resource pack lifecycle used by the shared runtime.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddefault voidbuildAndRegisterAsync(Runnable onSuccess, Consumer<IOException> onFailure) voidvoidvoid
-
Method Details
-
buildAndRegister
- Throws:
IOException
-
buildAndRegisterAsync
-
startServer
void startServer() -
stopServer
void stopServer() -
reloadConfiguration
void reloadConfiguration()
-