Uses of Interface
cpw.mods.modlauncher.api.IEnvironment
Packages that use IEnvironment
Package
Description
-
Uses of IEnvironment in cpw.mods.modlauncher
Classes in cpw.mods.modlauncher that implement IEnvironmentMethods in cpw.mods.modlauncher with parameters of type IEnvironmentModifier and TypeMethodDescription(package private) void
TransformationServiceDecorator.onInitialize
(IEnvironment environment) (package private) void
TransformationServiceDecorator.onLoad
(IEnvironment env, Set<String> otherServices) -
Uses of IEnvironment in cpw.mods.modlauncher.api
Methods in cpw.mods.modlauncher.api with parameters of type IEnvironmentModifier and TypeMethodDescriptiondefault List
<ITransformationService.Resource> ITransformationService.beginScanning
(IEnvironment environment) Scan for mods (but don't classload them), identify metadata that might drive game functionality, return list of elements and target module layer (One of PLUGIN or GAME)void
ITransformationService.initialize
(IEnvironment environment) Initialize your service.void
ITransformationService.onLoad
(IEnvironment env, Set<String> otherServices) Load your service. -
Uses of IEnvironment in net.neoforged.fml.loading
Fields in net.neoforged.fml.loading declared as IEnvironmentMethods in net.neoforged.fml.loading that return IEnvironmentMethods in net.neoforged.fml.loading with parameters of type IEnvironmentModifier and TypeMethodDescriptionFMLServiceProvider.beginScanning
(IEnvironment environment) void
FMLServiceProvider.initialize
(IEnvironment environment) (package private) static void
FMLLoader.onInitialLoad
(IEnvironment environment) void
FMLServiceProvider.onLoad
(IEnvironment environment, Set<String> otherServices) static void
FMLPaths.setup
(IEnvironment env) (package private) static void
FMLEnvironment.setupInteropEnvironment
(IEnvironment environment) (package private) static void
FMLLoader.setupLaunchHandler
(IEnvironment environment, VersionInfo versionInfo) Constructors in net.neoforged.fml.loading with parameters of type IEnvironmentModifierConstructorDescription(package private)
LaunchContext
(IEnvironment environment, IModuleLayerManager moduleLayerManager, List<String> modLists, List<String> mods, List<String> mavenRoots) -
Uses of IEnvironment in net.neoforged.neoforgespi
Methods in net.neoforged.neoforgespi that return IEnvironmentMethods in net.neoforged.neoforgespi with parameters of type IEnvironmentConstructors in net.neoforged.neoforgespi with parameters of type IEnvironment