YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
cpw.mods.fml.relauncher.CoreFMLLibraries Class Reference
Inheritance diagram for cpw.mods.fml.relauncher.CoreFMLLibraries:
cpw.mods.fml.relauncher.ILibrarySet

Public Member Functions

String[] getLibraries ()
 
String[] getHashes ()
 
String getRootURL ()
 

Member Function Documentation

String [] cpw.mods.fml.relauncher.CoreFMLLibraries.getHashes ( )

Return the string encoded sha1 hash for each library in the returned list

Returns
the string encoded sha1 hash for each library in the returned list

Implements cpw.mods.fml.relauncher.ILibrarySet.

String [] cpw.mods.fml.relauncher.CoreFMLLibraries.getLibraries ( )

Return a list of libraries available from a common location

Returns
a list of libraries available from a common location

Implements cpw.mods.fml.relauncher.ILibrarySet.

String cpw.mods.fml.relauncher.CoreFMLLibraries.getRootURL ( )

Return the root URL format string from which this library set can be obtained There needs to be a single s string substitution which is the library name

Returns
the root URL format string from which this library set can be obtained

Implements cpw.mods.fml.relauncher.ILibrarySet.


The documentation for this class was generated from the following file: