Uses of Record Class
net.neoforged.fml.startup.StartupArgs
Packages that use StartupArgs
-
Uses of StartupArgs in net.neoforged.fml.loading
Methods in net.neoforged.fml.loading with parameters of type StartupArgsModifier and TypeMethodDescriptionstatic FMLLoaderFMLLoader.create(@Nullable Instrumentation instrumentation, StartupArgs startupArgs) static FMLLoaderFMLLoader.create(StartupArgs startupArgs) private static ClassProcessorSetFMLLoader.createClassProcessorSet(StartupArgs startupArgs, FMLLoader.LaunchContextAdapter launchContext, FMLLoader.DiscoveryResult discoveryResult, MixinFacade mixinFacade) private static voidEarlyServiceDiscovery.findClasspathServices(StartupArgs startupArgs, Set<Path> candidates) EarlyServiceDiscovery.findEarlyServiceJars(StartupArgs startupArgs, Path directory) Find and load early services from the mods directory.private voidFMLLoader.loadEarlyServices(StartupArgs startupArgs) -
Uses of StartupArgs in net.neoforged.fml.startup
Fields in net.neoforged.fml.startup declared as StartupArgsModifier and TypeFieldDescriptionprivate final StartupArgsEntrypoint.StartupResult.startupArgsThe field for thestartupArgsrecord component.private final StartupArgsFatalStartupException.startupArgsMethods in net.neoforged.fml.startup that return StartupArgsModifier and TypeMethodDescriptionFatalStartupException.getStartupArgs()Entrypoint.StartupResult.startupArgs()Returns the value of thestartupArgsrecord component.Constructors in net.neoforged.fml.startup with parameters of type StartupArgsModifierConstructorDescriptionFatalStartupException(String message, StartupArgs startupArgs) FatalStartupException(String message, StartupArgs startupArgs, Throwable cause) protectedStartupResult(FMLLoader loader, StartupArgs startupArgs) Creates an instance of aStartupResultrecord class.