cpw.mods.fml.common.toposort
Class ModSorter

java.lang.Object
  extended by cpw.mods.fml.common.toposort.ModSorter

public class ModSorter
extends Object

Author:
cpw

Constructor Summary
ModSorter(List<ModContainer> modList, Map<String,ModContainer> nameLookup)
           
 
Method Summary
 List<ModContainer> sort()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModSorter

public ModSorter(List<ModContainer> modList,
                 Map<String,ModContainer> nameLookup)
Method Detail

sort

public List<ModContainer> sort()