Class AbstractJarFileDependencyLocator
java.lang.Object
net.minecraftforge.fml.loading.moddiscovery.AbstractModProvider
net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModProvider
net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileDependencyLocator
- All Implemented Interfaces:
- net.minecraftforge.forgespi.locating.IDependencyLocator,- net.minecraftforge.forgespi.locating.IModProvider
- Direct Known Subclasses:
- JarInJarDependencyLocator
public abstract class AbstractJarFileDependencyLocator
extends AbstractJarFileModProvider
implements net.minecraftforge.forgespi.locating.IDependencyLocator
- 
Field SummaryFieldsFields inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProviderMANIFEST, MODS_TOML
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringidentifyMod(net.minecraftforge.forgespi.locating.IModFile modFile) protected Optional<net.minecraftforge.forgespi.locating.IModFile>loadModFileFrom(net.minecraftforge.forgespi.locating.IModFile file, Path path) protected Optional<InputStream>loadResourceFromModFile(net.minecraftforge.forgespi.locating.IModFile modFile, Path path) Methods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractJarFileModProviderscanFileMethods inherited from class net.minecraftforge.fml.loading.moddiscovery.AbstractModProvidercreateMod, getDefaultJarModType, isValid, manifestParserMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraftforge.forgespi.locating.IDependencyLocatorscanModsMethods inherited from interface net.minecraftforge.forgespi.locating.IModProviderinitArguments, isValid, name, scanFile
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
 
- 
- 
Constructor Details- 
AbstractJarFileDependencyLocatorpublic AbstractJarFileDependencyLocator()
 
- 
- 
Method Details- 
loadResourceFromModFileprotected Optional<InputStream> loadResourceFromModFile(net.minecraftforge.forgespi.locating.IModFile modFile, Path path) 
- 
loadModFileFrom
- 
identifyMod
 
-