| Class | Description |
|---|---|
| ArgumentHandlerAccess |
cpw.mods.modlauncher.ArgumentHandler
|
| EnvironmentAccess |
cpw.mods.modlauncher.Environment
implements cpw.mods.modlauncher.api.IEnvironment
|
| ForgeModuleAccess | |
| JarMetadataAccess |
cpw.mods.jarhandling.JarMetadata
|
| LauncherAccess |
cpw.mods.modlauncher.Launcher
|
| LayerInfoAccess |
cpw.mods.modlauncher.ModuleLayerHandler#LayerInfo (record)
|
| ModFileAccess |
net.minecraftforge.fml.loading.moddiscovery.ModFile
|
| ModFileInfoAccess |
net.minecraftforge.fml.loading.moddiscovery.ModFileInfo
|
| ModuleClassLoaderAccess |
[1.18.2+] cpw.mods.cl.ModuleClassLoader
[1.20.4+] extends net.minecraftforge.securemodules.SecureModuleClassLoader
|
| ModuleFinderAccess |
java.lang.module.ModuleFinder
|
| ModuleLayerHandlerAccess |
cpw.mods.modlauncher.ModuleLayerHandler
implements cpw.mods.modlauncher.IModuleLayerManager
|
| ModuleReferenceHolder |
Simple holder class for a ModuleReference and its corresponding Module
|
| ResolvedModuleHolder |
Simple holder class for a ResolvedModule and the ModuleClassLoader it was found in
|
| SecureJarAccess |
cpw.mods.jarhandling.impl.Jar
implements cpw.mods.jarhandling.SecureJar
It's generally safe to assume that every SecureJar implementation will be a Jar instance
|
| SecureJarProviderAccess |
cpw.mods.jarhandling.SecureJar#Provider
|