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) voidTransformationServiceDecorator.onInitialize(IEnvironment environment) (package private) voidTransformationServiceDecorator.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)voidITransformationService.initialize(IEnvironment environment) Initialize your service.voidITransformationService.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) voidFMLServiceProvider.initialize(IEnvironment environment) (package private) static voidFMLLoader.onInitialLoad(IEnvironment environment) voidFMLServiceProvider.onLoad(IEnvironment environment, Set<String> otherServices) static voidFMLPaths.setup(IEnvironment env) (package private) static voidFMLEnvironment.setupInteropEnvironment(IEnvironment environment) (package private) static voidFMLLoader.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