Package net.neoforged.fml.startup
@Internal
package net.neoforged.fml.startup
-
ClassDescriptionThe entrypoint for starting a modded Minecraft client.Our javaagent which we attach to the JVM to be able to add opens/exports to modules when the receiving modules aren't defined at boot time, and we can't use JVM CLI args.Provides a convenient base-class for our entry point classes.Handles reporting of fatal errors for UI-based entrypoints (i.e. clients).THis exceptions
Throwable.getMessage()will be shown to end-users directly in a fatal error popup.The entrypoint for starting a modded Minecraft gametest server.Facade for obtainingInstrumentationinFMLLoader.Obtained via service-loader and executed when FML is bootstrapped in a unit testing context.Used out-of-process to attach our agent to the current VM.The entrypoint for starting a modded Minecraft server.