YATS/Forge Documentation
|
Public Member Functions | |
void | resetProgress (int sizeGuess) |
void | setPokeThread (Thread currentThread) |
void | updateProgress (int fullLength) |
boolean | shouldStopIt () |
void | updateProgressString (String string, Object...data) |
Object | makeDialog () |
void | makeHeadless () |
Object cpw.mods.fml.relauncher.IDownloadDisplay.makeDialog | ( | ) |
Implemented in cpw.mods.fml.relauncher.Downloader, and cpw.mods.fml.relauncher.DummyDownloader.
void cpw.mods.fml.relauncher.IDownloadDisplay.makeHeadless | ( | ) |
Implemented in cpw.mods.fml.relauncher.Downloader, and cpw.mods.fml.relauncher.DummyDownloader.
void cpw.mods.fml.relauncher.IDownloadDisplay.resetProgress | ( | int | sizeGuess) |
Implemented in cpw.mods.fml.relauncher.Downloader, and cpw.mods.fml.relauncher.DummyDownloader.
void cpw.mods.fml.relauncher.IDownloadDisplay.setPokeThread | ( | Thread | currentThread) |
Implemented in cpw.mods.fml.relauncher.Downloader, and cpw.mods.fml.relauncher.DummyDownloader.
boolean cpw.mods.fml.relauncher.IDownloadDisplay.shouldStopIt | ( | ) |
Implemented in cpw.mods.fml.relauncher.Downloader, and cpw.mods.fml.relauncher.DummyDownloader.
void cpw.mods.fml.relauncher.IDownloadDisplay.updateProgress | ( | int | fullLength) |
Implemented in cpw.mods.fml.relauncher.Downloader, and cpw.mods.fml.relauncher.DummyDownloader.
void cpw.mods.fml.relauncher.IDownloadDisplay.updateProgressString | ( | String | string, |
Object... | data | ||
) |
Implemented in cpw.mods.fml.relauncher.Downloader, and cpw.mods.fml.relauncher.DummyDownloader.