Class LodestonePreLaunch

java.lang.Object
dev.jaxydog.lodestone.LodestonePreLaunch
All Implemented Interfaces:
net.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint

@Internal public final class LodestonePreLaunch extends Object implements net.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint
Lodestone's pre-launch entrypoint.

This is used to register the basic environments before other mods typically load. This ensures that all registered values are registered properly, as other mods should not be registering content in the pre-launch stage.

Since:
1.0.0
  • Constructor Details

    • LodestonePreLaunch

      public LodestonePreLaunch()
      Creates a new instance of this entrypoint.
      Since:
      1.5.3
  • Method Details

    • onPreLaunch

      public void onPreLaunch()
      Specified by:
      onPreLaunch in interface net.fabricmc.loader.api.entrypoint.PreLaunchEntrypoint