Interface ResourcePackHost


public interface ResourcePackHost
Host-facing resource pack lifecycle used by the shared runtime.
  • Method Details

    • buildAndRegister

      void buildAndRegister() throws IOException
      Throws:
      IOException
    • buildAndRegisterAsync

      default void buildAndRegisterAsync(Runnable onSuccess, Consumer<IOException> onFailure)
    • startServer

      void startServer()
    • stopServer

      void stopServer()
    • reloadConfiguration

      void reloadConfiguration()