YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.common.discovery.ModCandidate Class Reference

Public Member Functions

 ModCandidate (File classPathRoot, File modContainer, ContainerType sourceType)
 
 ModCandidate (File classPathRoot, File modContainer, ContainerType sourceType, boolean isMinecraft, boolean classpath)
 
File getClassPathRoot ()
 
File getModContainer ()
 
ContainerType getSourceType ()
 
List< ModContainerexplore (ASMDataTable table)
 
boolean isClasspath ()
 
void rememberBaseModType (String className)
 
List< String > getRememberedBaseMods ()
 
boolean isMinecraftJar ()
 
void rememberModCandidateType (ASMModParser modParser)
 

Constructor & Destructor Documentation

cpw.mods.fml.common.discovery.ModCandidate.ModCandidate ( File  classPathRoot,
File  modContainer,
ContainerType  sourceType 
)
cpw.mods.fml.common.discovery.ModCandidate.ModCandidate ( File  classPathRoot,
File  modContainer,
ContainerType  sourceType,
boolean  isMinecraft,
boolean  classpath 
)

Member Function Documentation

List<ModContainer> cpw.mods.fml.common.discovery.ModCandidate.explore ( ASMDataTable  table)
File cpw.mods.fml.common.discovery.ModCandidate.getClassPathRoot ( )
File cpw.mods.fml.common.discovery.ModCandidate.getModContainer ( )
List<String> cpw.mods.fml.common.discovery.ModCandidate.getRememberedBaseMods ( )
ContainerType cpw.mods.fml.common.discovery.ModCandidate.getSourceType ( )
boolean cpw.mods.fml.common.discovery.ModCandidate.isClasspath ( )
boolean cpw.mods.fml.common.discovery.ModCandidate.isMinecraftJar ( )
void cpw.mods.fml.common.discovery.ModCandidate.rememberBaseModType ( String  className)
void cpw.mods.fml.common.discovery.ModCandidate.rememberModCandidateType ( ASMModParser  modParser)

The documentation for this class was generated from the following file: