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

Public Member Functions

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

Detailed Description

Interface for certain core plugins to register libraries to be loaded in by the FML class loader at launch time

Author
cpw

Member Function Documentation

String [] cpw.mods.fml.relauncher.ILibrarySet.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

Implemented in cpw.mods.fml.relauncher.CoreFMLLibraries.

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

Return a list of libraries available from a common location

Returns
a list of libraries available from a common location

Implemented in cpw.mods.fml.relauncher.CoreFMLLibraries.

String cpw.mods.fml.relauncher.ILibrarySet.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

Implemented in cpw.mods.fml.relauncher.CoreFMLLibraries.


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