cpw.mods.fml.common.discovery
Class JarDiscoverer

java.lang.Object
  extended by cpw.mods.fml.common.discovery.JarDiscoverer
All Implemented Interfaces:
ITypeDiscoverer

public class JarDiscoverer
extends Object
implements ITypeDiscoverer


Field Summary
 
Fields inherited from interface cpw.mods.fml.common.discovery.ITypeDiscoverer
classFile
 
Constructor Summary
JarDiscoverer()
           
 
Method Summary
 List<ModContainer> discover(ModCandidate candidate, ASMDataTable table)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarDiscoverer

public JarDiscoverer()
Method Detail

discover

public List<ModContainer> discover(ModCandidate candidate,
                                   ASMDataTable table)
Specified by:
discover in interface ITypeDiscoverer