cpw.mods.fml.common
Class MetadataCollection

java.lang.Object
  extended by cpw.mods.fml.common.MetadataCollection

public class MetadataCollection
extends Object


Constructor Summary
MetadataCollection()
           
 
Method Summary
static MetadataCollection from(InputStream inputStream, String sourceName)
           
 ModMetadata getMetadataForId(String modId, Map<String,Object> extraData)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataCollection

public MetadataCollection()
Method Detail

from

public static MetadataCollection from(InputStream inputStream,
                                      String sourceName)

getMetadataForId

public ModMetadata getMetadataForId(String modId,
                                    Map<String,Object> extraData)