Interface JUnitGameBootstrapper

All Known Implementing Classes:
JUnitMain

public interface JUnitGameBootstrapper
Obtained via service-loader and executed when FML is bootstrapped in a unit testing context. This is implemented by NeoForge to bootstrap the game and run necessary mod loading tasks when mods want a mod-loading environment in their JUnit tests.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • bootstrap

      void bootstrap(FMLLoader loader)