|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetadataCollection | |
---|---|
cpw.mods.fml.common | |
cpw.mods.fml.common.discovery | |
cpw.mods.fml.common.modloader |
Uses of MetadataCollection in cpw.mods.fml.common |
---|
Methods in cpw.mods.fml.common that return MetadataCollection | |
---|---|
static MetadataCollection |
MetadataCollection.from(InputStream inputStream,
String sourceName)
|
Methods in cpw.mods.fml.common with parameters of type MetadataCollection | |
---|---|
void |
FMLModContainer.bindMetadata(MetadataCollection mc)
|
void |
ModContainer.bindMetadata(MetadataCollection mc)
Attach this mod to it's metadata from the supplied metadata collection |
void |
DummyModContainer.bindMetadata(MetadataCollection mc)
|
void |
InjectedModContainer.bindMetadata(MetadataCollection mc)
|
Uses of MetadataCollection in cpw.mods.fml.common.discovery |
---|
Methods in cpw.mods.fml.common.discovery with parameters of type MetadataCollection | |
---|---|
void |
DirectoryDiscoverer.exploreFileSystem(String path,
File modDir,
List<ModContainer> harvestedMods,
ModCandidate candidate,
MetadataCollection mc)
|
Uses of MetadataCollection in cpw.mods.fml.common.modloader |
---|
Methods in cpw.mods.fml.common.modloader with parameters of type MetadataCollection | |
---|---|
void |
ModLoaderModContainer.bindMetadata(MetadataCollection mc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |