Uses of Record Class
net.neoforged.fml.startup.Entrypoint.StartupResult
Packages that use Entrypoint.StartupResult
-
Uses of Entrypoint.StartupResult in net.neoforged.fml.startup
Methods in net.neoforged.fml.startup that return Entrypoint.StartupResultModifier and TypeMethodDescriptionprotected static Entrypoint.StartupResultEntrypoint.startup(String[] args, boolean headless, net.neoforged.api.distmarker.Dist dist, boolean cleanDist) Methods in net.neoforged.fml.startup with parameters of type Entrypoint.StartupResultModifier and TypeMethodDescriptionprotected static MethodHandleEntrypoint.createMainMethodCallable(Entrypoint.StartupResult startupResult, String mainClassName) The only point of this is to get a neater stacktrace in all crash reports, since this will replace three levels of Java reflection with one generated lambda method.