cpw.mods.fml.common.functions
Class ModNameFunction

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

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


Constructor Summary
ModNameFunction()
           
 
Method Summary
 String apply(ModContainer input)
           
 
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

ModNameFunction

public ModNameFunction()
Method Detail

apply

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