cpw.mods.fml.relauncher
Interface ILibrarySet

All Known Implementing Classes:
CoreFMLLibraries

public interface ILibrarySet

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

Author:
cpw

Method Summary
 String[] getHashes()
          Return the string encoded sha1 hash for each library in the returned list
 String[] getLibraries()
          Return a list of libraries available from a common location
 String 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
 

Method Detail

getLibraries

String[] getLibraries()
Return a list of libraries available from a common location

Returns:
a list of libraries available from a common location

getHashes

String[] 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

getRootURL

String 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