cpw.mods.fml.common.functions
Class ModIdFunction

java.lang.Object
  extended by cpw.mods.fml.common.functions.ModIdFunction
All Implemented Interfaces:
com.google.common.base.Function<ModContainer,String>

public final class ModIdFunction
extends Object
implements com.google.common.base.Function<ModContainer,String>


Constructor Summary
ModIdFunction()
           
 
Method Summary
 String apply(ModContainer container)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

ModIdFunction

public ModIdFunction()
Method Detail

apply

public String apply(ModContainer container)
Specified by:
apply in interface com.google.common.base.Function<ModContainer,String>